#AB0974

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

Shades of Eggplant #AB0974

Tints of Eggplant #AB0974

Color information

#AB0974 (or 0xAB0974) is unknown color: approx Eggplant. HEX triplet: AB, 09 and 74. RGB value is (171,9,116). Sum of RGB (Red+Green+Blue) = 171+9+116=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0974 is #54F68B. Grayscale: #454545. Windows color (decimal): -5568140 or 7604651. OLE color: 7604651.

HSL color Cylindrical-coordinate representation of color #AB0974: hue angle of 320.37º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0974 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB1719116-
CMYK00.950.320.33
HSL320.37º90%35.29%-
HSV(B)320.37º94.74%67.06%-
XYZ20.0410.1117.42-
YUV69.64154.17200.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=57.77%
G=3.04%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171911600.950.320.33320.379035.29
HexAB97405F20211405a23
Octal253111640137404150013243
Binary1010101110011110100010111111000001000011010000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0974; }

 p { color: rgb(171,9,116); }

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

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

 a { background-color: rgb(171,9,116); }

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

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

 span { border-color: rgb(171,9,116); }

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