#A21072

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

Shades of Eggplant #A21072

Tints of Eggplant #A21072

Color information

#A21072 (or 0xA21072) is unknown color: approx Eggplant. HEX triplet: A2, 10 and 72. RGB value is (162,16,114). Sum of RGB (Red+Green+Blue) = 162+16+114=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A21072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21072 is #5DEF8D. Grayscale: #464646. Windows color (decimal): -6156174 or 7475362. OLE color: 7475362.

HSL color Cylindrical-coordinate representation of color #A21072: hue angle of 319.73º 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 #A21072 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16216114-
CMYK00.900.300.36
HSL319.73º82.02%34.9%-
HSV(B)319.73º90.12%63.53%-
XYZ18.129.2716.75-
YUV70.83152.37193.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 16 (6.64% from 255) = 5.48%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=55.48%
G=5.48%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621611400.900.300.36319.7382.0234.9
HexA2107205A1E241405223
Octal242201620132364450012243
Binary1010001010000111001001011010111101001001010000001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21072; }

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

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

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

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

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

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

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

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