#AD0081

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

Shades of Eggplant #AD0081

Tints of Eggplant #AD0081

Color information

#AD0081 (or 0xAD0081) is unknown color: approx Eggplant. HEX triplet: AD, 00 and 81. RGB value is (173,0,129). Sum of RGB (Red+Green+Blue) = 173+0+129=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0081 is #52FF7E. Grayscale: #424242. Windows color (decimal): -5439359 or 8454317. OLE color: 8454317.

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

Color convert

RGB1730129-
CMYK010.250.32
HSL315.26º100%33.92%-
HSV(B)315.26º100%67.84%-
XYZ21.210.4721.67-
YUV66.43163.31204.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=57.28%
G=0%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1730129010.250.32315.2610033.92
HexAD081064192013b6422
Octal25502010144314047314442
Binary1010110101000000101100100110011000001001110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0081; }

 p { color: rgb(173,0,129); }

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

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

 a { background-color: rgb(173,0,129); }

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

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

 span { border-color: rgb(173,0,129); }

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