#AB3F6C

Color #AB3F6C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AB3F6C

Tints of Rouge #AB3F6C

Color information

#AB3F6C (or 0xAB3F6C) is unknown color: approx Rouge. HEX triplet: AB, 3F and 6C. RGB value is (171,63,108). Sum of RGB (Red+Green+Blue) = 171+63+108=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F6C is #54C093. Grayscale: #646464. Windows color (decimal): -5554324 or 7094187. OLE color: 7094187.

HSL color Cylindrical-coordinate representation of color #AB3F6C: hue angle of 335º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F6C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17163108-
CMYK00.630.370.33
HSL335º46.15%45.88%-
HSV(B)335º63.16%67.06%-
XYZ21.2813.315.63-
YUV100.42132.28178.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=50%
G=18.42%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716310800.630.370.3333546.1545.88
HexAB3F6C03F252114f2e2e
Octal2537715407745415175656
Binary1010101111111111011000111111100101100001101001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F6C; }

 p { color: rgb(171,63,108); }

 H1.HeaderClassName
 {
   color: #AB3F6C;
 }
 .AnyTagClassName
 {
   color: #AB3F6C;
 }
</style>
background-color css

<style>
 a { background-color: #AB3F6C; }

 a { background-color: rgb(171,63,108); }

 div.DivClassName
 {
   background-color: #AB3F6C;
 }
 .BgClassName
 {
   background-color: #AB3F6C;
 }
</style>
border-color css

<style>
 span { border-color: #AB3F6C; }

 span { border-color: rgb(171,63,108); }

 td.TdClassName
 {
   border-color: #AB3F6C;
 }
 .TagClassName
 {
   border-color: #AB3F6C;
 }
</style>