#AD027D

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

Shades of Eggplant #AD027D

Tints of Eggplant #AD027D

Color information

#AD027D (or 0xAD027D) is unknown color: approx Eggplant. HEX triplet: AD, 02 and 7D. RGB value is (173,2,125). Sum of RGB (Red+Green+Blue) = 173+2+125=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD027D is #52FD82. Grayscale: #424242. Windows color (decimal): -5438851 or 8192685. OLE color: 8192685.

HSL color Cylindrical-coordinate representation of color #AD027D: hue angle of 316.84º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD027D is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB1732125-
CMYK00.990.280.32
HSL316.84º97.71%34.31%-
HSV(B)316.84º98.84%67.84%-
XYZ20.9610.4120.31-
YUV67.15160.65203.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=57.67%
G=0.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173212500.990.280.32316.8497.7134.31
HexAD27D0631C2013d6222
Octal25521750143344047514242
Binary1010110110111110101100011111001000001001111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD027D; }

 p { color: rgb(173,2,125); }

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

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

 a { background-color: rgb(173,2,125); }

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

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

 span { border-color: rgb(173,2,125); }

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