#AB0A75

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

Shades of Eggplant #AB0A75

Tints of Eggplant #AB0A75

Color information

#AB0A75 (or 0xAB0A75) is unknown color: approx Eggplant. HEX triplet: AB, 0A and 75. RGB value is (171,10,117). Sum of RGB (Red+Green+Blue) = 171+10+117=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A75 is #54F58A. Grayscale: #464646. Windows color (decimal): -5567883 or 7670443. OLE color: 7670443.

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

Color convert

RGB17110117-
CMYK00.940.320.33
HSL320.12º88.95%35.49%-
HSV(B)320.12º94.15%67.06%-
XYZ20.1110.1617.73-
YUV70.34154.34199.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.38%
GREEN value IS 10 (4.30% from 255) = 3.36%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=57.38%
G=3.36%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711011700.940.320.33320.1288.9535.49
HexABA7505E20211405923
Octal253121650136404150013143
Binary1010101110101110101010111101000001000011010000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A75; }

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

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

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

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

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

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

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

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