#AB4566

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

Shades of Rouge #AB4566

Tints of Rouge #AB4566

Color information

#AB4566 (or 0xAB4566) is unknown color: approx Rouge. HEX triplet: AB, 45 and 66. RGB value is (171,69,102). Sum of RGB (Red+Green+Blue) = 171+69+102=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4566 is #54BA99. Grayscale: #676767. Windows color (decimal): -5552794 or 6702507. OLE color: 6702507.

HSL color Cylindrical-coordinate representation of color #AB4566: hue angle of 340.59º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4566 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17169102-
CMYK00.600.400.33
HSL340.59º42.5%47.06%-
HSV(B)340.59º59.65%67.06%-
XYZ21.3213.8714.12-
YUV103.26127.29176.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=50%
G=20.18%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716910200.600.400.33340.5942.547.06
HexAB456603C28211552a2f
Octal25310514607450415255257
Binary10101011100010111001100111100101000100001101010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4566; }

 p { color: rgb(171,69,102); }

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

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

 a { background-color: rgb(171,69,102); }

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

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

 span { border-color: rgb(171,69,102); }

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