#AB0978

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

Shades of Eggplant #AB0978

Tints of Eggplant #AB0978

Color information

#AB0978 (or 0xAB0978) is unknown color: approx Eggplant. HEX triplet: AB, 09 and 78. RGB value is (171,9,120). Sum of RGB (Red+Green+Blue) = 171+9+120=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0978 is #54F687. Grayscale: #454545. Windows color (decimal): -5568136 or 7866795. OLE color: 7866795.

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

Color convert

RGB1719120-
CMYK00.950.300.33
HSL318.89º90%35.29%-
HSV(B)318.89º94.74%67.06%-
XYZ20.2810.2118.67-
YUV70.09156.17199.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 120 (47.27% from 255) = 40%
R=57%
G=3%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171912000.950.300.33318.899035.29
HexAB97805F1E2113f5a23
Octal253111700137364147713243
Binary101010111001111100001011111111101000011001111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0978; }

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

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

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

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

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

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

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

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