#AD027E

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

Shades of Eggplant #AD027E

Tints of Eggplant #AD027E

Color information

#AD027E (or 0xAD027E) is unknown color: approx Eggplant. HEX triplet: AD, 02 and 7E. RGB value is (173,2,126). Sum of RGB (Red+Green+Blue) = 173+2+126=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD027E is #52FD81. Grayscale: #424242. Windows color (decimal): -5438850 or 8258221. OLE color: 8258221.

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

Color convert

RGB1732126-
CMYK00.990.270.32
HSL316.49º97.71%34.31%-
HSV(B)316.49º98.84%67.84%-
XYZ21.0210.4320.64-
YUV67.26161.15203.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=57.48%
G=0.66%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173212600.990.270.32316.4997.7134.31
HexAD27E0631B2013c6222
Octal25521760143334047414242
Binary1010110110111111001100011110111000001001111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD027E; }

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

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

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

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

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

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

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

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