#AD0878

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

Shades of Eggplant #AD0878

Tints of Eggplant #AD0878

Color information

#AD0878 (or 0xAD0878) is unknown color: approx Eggplant. HEX triplet: AD, 08 and 78. RGB value is (173,8,120). Sum of RGB (Red+Green+Blue) = 173+8+120=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0878 is #52F787. Grayscale: #454545. Windows color (decimal): -5437320 or 7866541. OLE color: 7866541.

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

Color convert

RGB1738120-
CMYK00.950.310.32
HSL319.27º91.16%35.49%-
HSV(B)319.27º95.38%67.84%-
XYZ20.7110.4118.69-
YUV70.1156.16201.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=57.48%
G=2.66%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173812000.950.310.32319.2791.1635.49
HexAD87805F1F2013f5b23
Octal255101700137374047713343
Binary101011011000111100001011111111111000001001111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0878; }

 p { color: rgb(173,8,120); }

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

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

 a { background-color: rgb(173,8,120); }

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

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

 span { border-color: rgb(173,8,120); }

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