#AB006E

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

Shades of Eggplant #AB006E

Tints of Eggplant #AB006E

Color information

#AB006E (or 0xAB006E) is unknown color: approx Eggplant. HEX triplet: AB, 00 and 6E. RGB value is (171,0,110). Sum of RGB (Red+Green+Blue) = 171+0+110=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB006E is #54FF91. Grayscale: #3F3F3F. Windows color (decimal): -5570450 or 7209131. OLE color: 7209131.

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

Color convert

RGB1710110-
CMYK010.360.33
HSL321.4º100%33.53%-
HSV(B)321.4º100%67.06%-
XYZ19.619.7815.61-
YUV63.67154.15204.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=60.85%
G=0%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710110010.360.33321.410033.53
HexAB06E06424211416422
Octal25301560144444150114442
Binary1010101101101110011001001001001000011010000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB006E; }

 p { color: rgb(171,0,110); }

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

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

 a { background-color: rgb(171,0,110); }

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

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

 span { border-color: rgb(171,0,110); }

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