#A40B81

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

Shades of Eggplant #A40B81

Tints of Eggplant #A40B81

Color information

#A40B81 (or 0xA40B81) is unknown color: approx Eggplant. HEX triplet: A4, 0B and 81. RGB value is (164,11,129). Sum of RGB (Red+Green+Blue) = 164+11+129=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40B81 is #5BF47E. Grayscale: #454545. Windows color (decimal): -6026367 or 8457124. OLE color: 8457124.

HSL color Cylindrical-coordinate representation of color #A40B81: hue angle of 313.73º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B81 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16411129-
CMYK00.930.210.36
HSL313.73º87.43%34.31%-
HSV(B)313.73º93.29%64.31%-
XYZ19.399.7221.62-
YUV70.2161.19194.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.95%
GREEN value IS 11 (4.69% from 255) = 3.62%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=53.95%
G=3.62%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641112900.930.210.36313.7387.4334.31
HexA4B8105D152413a5722
Octal244132010135254447212742
Binary1010010010111000000101011101101011001001001110101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B81; }

 p { color: rgb(164,11,129); }

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

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

 a { background-color: rgb(164,11,129); }

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

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

 span { border-color: rgb(164,11,129); }

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