#A21074

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

Shades of Eggplant #A21074

Tints of Eggplant #A21074

Color information

#A21074 (or 0xA21074) is unknown color: approx Eggplant. HEX triplet: A2, 10 and 74. RGB value is (162,16,116). Sum of RGB (Red+Green+Blue) = 162+16+116=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A21074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21074 is #5DEF8B. Grayscale: #464646. Windows color (decimal): -6156172 or 7606434. OLE color: 7606434.

HSL color Cylindrical-coordinate representation of color #A21074: hue angle of 318.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21074 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16216116-
CMYK00.900.280.36
HSL318.9º82.02%34.9%-
HSV(B)318.9º90.12%63.53%-
XYZ18.249.3117.36-
YUV71.05153.37192.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=55.10%
G=5.44%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621611600.900.280.36318.982.0234.9
HexA2107405A1C2413f5223
Octal242201640132344447712243
Binary1010001010000111010001011010111001001001001111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21074; }

 p { color: rgb(162,16,116); }

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

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

 a { background-color: rgb(162,16,116); }

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

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

 span { border-color: rgb(162,16,116); }

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