#A40F81

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

Shades of Eggplant #A40F81

Tints of Eggplant #A40F81

Color information

#A40F81 (or 0xA40F81) is unknown color: approx Eggplant. HEX triplet: A4, 0F and 81. RGB value is (164,15,129). Sum of RGB (Red+Green+Blue) = 164+15+129=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40F81 is #5BF07E. Grayscale: #484848. Windows color (decimal): -6025343 or 8458148. OLE color: 8458148.

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

Color convert

RGB16415129-
CMYK00.910.210.36
HSL314.09º83.24%35.1%-
HSV(B)314.09º90.85%64.31%-
XYZ19.449.8221.64-
YUV72.55159.86193.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 15 (6.25% from 255) = 4.87%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=53.25%
G=4.87%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641512900.910.210.36314.0983.2435.1
HexA4F8105B152413a5323
Octal244172010133254447212343
Binary1010010011111000000101011011101011001001001110101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F81; }

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

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

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

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

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

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

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

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