#AB286C

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

Shades of Rouge #AB286C

Tints of Rouge #AB286C

Color information

#AB286C (or 0xAB286C) is unknown color: approx Rouge. HEX triplet: AB, 28 and 6C. RGB value is (171,40,108). Sum of RGB (Red+Green+Blue) = 171+40+108=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB286C is #54D793. Grayscale: #565656. Windows color (decimal): -5560212 or 7088299. OLE color: 7088299.

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

Color convert

RGB17140108-
CMYK00.770.370.33
HSL328.85º62.09%41.37%-
HSV(B)328.85º76.61%67.06%-
XYZ20.2611.2615.29-
YUV86.92139.9187.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=53.61%
G=12.54%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714010800.770.370.33328.8562.0941.37
HexAB286C04D25211493e29
Octal25350154011545415117651
Binary10101011101000110110001001101100101100001101001001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB286C; }

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

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

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

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

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

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

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

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