#A21073

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

Shades of Eggplant #A21073

Tints of Eggplant #A21073

Color information

#A21073 (or 0xA21073) is unknown color: approx Eggplant. HEX triplet: A2, 10 and 73. RGB value is (162,16,115). Sum of RGB (Red+Green+Blue) = 162+16+115=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A21073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21073 is #5DEF8C. Grayscale: #464646. Windows color (decimal): -6156173 or 7540898. OLE color: 7540898.

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

Color convert

RGB16216115-
CMYK00.900.290.36
HSL319.32º82.02%34.9%-
HSV(B)319.32º90.12%63.53%-
XYZ18.189.2917.05-
YUV70.94152.87192.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=55.29%
G=5.46%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621611500.900.290.36319.3282.0234.9
HexA2107305A1D2413f5223
Octal242201630132354447712243
Binary1010001010000111001101011010111011001001001111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21073; }

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

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

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

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

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

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

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

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