#AB0975

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

Shades of Eggplant #AB0975

Tints of Eggplant #AB0975

Color information

#AB0975 (or 0xAB0975) is unknown color: approx Eggplant. HEX triplet: AB, 09 and 75. RGB value is (171,9,117). Sum of RGB (Red+Green+Blue) = 171+9+117=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0975 is #54F68A. Grayscale: #454545. Windows color (decimal): -5568139 or 7670187. OLE color: 7670187.

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

Color convert

RGB1719117-
CMYK00.950.320.33
HSL320º90%35.29%-
HSV(B)320º94.74%67.06%-
XYZ20.110.1417.73-
YUV69.75154.67200.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=57.58%
G=3.03%
B=39.39%

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
Decimal171911700.950.320.333209035.29
HexAB97505F20211405a23
Octal253111650137404150013243
Binary1010101110011110101010111111000001000011010000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0975; }

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

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

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

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

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

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

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

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