#AB0072

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

Shades of Eggplant #AB0072

Tints of Eggplant #AB0072

Color information

#AB0072 (or 0xAB0072) is unknown color: approx Eggplant. HEX triplet: AB, 00 and 72. RGB value is (171,0,114). Sum of RGB (Red+Green+Blue) = 171+0+114=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0072 is #54FF8D. Grayscale: #3F3F3F. Windows color (decimal): -5570446 or 7471275. OLE color: 7471275.

HSL color Cylindrical-coordinate representation of color #AB0072: hue angle of 320º 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 #AB0072 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB1710114-
CMYK010.330.33
HSL320º100%33.53%-
HSV(B)320º100%67.06%-
XYZ19.839.8716.78-
YUV64.12156.15204.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710114010.330.3332010033.53
HexAB07206421211406422
Octal25301620144414150014442
Binary1010101101110010011001001000011000011010000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0072; }

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

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

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

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

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

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

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

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