#A21075

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

Shades of Eggplant #A21075

Tints of Eggplant #A21075

Color information

#A21075 (or 0xA21075) is unknown color: approx Eggplant. HEX triplet: A2, 10 and 75. RGB value is (162,16,117). Sum of RGB (Red+Green+Blue) = 162+16+117=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A21075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21075 is #5DEF8A. Grayscale: #464646. Windows color (decimal): -6156171 or 7671970. OLE color: 7671970.

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

Color convert

RGB16216117-
CMYK00.900.280.36
HSL318.49º82.02%34.9%-
HSV(B)318.49º90.12%63.53%-
XYZ18.39.3417.67-
YUV71.17153.87192.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=54.92%
G=5.42%
B=39.66%

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
Decimal1621611700.900.280.36318.4982.0234.9
HexA2107505A1C2413e5223
Octal242201650132344447612243
Binary1010001010000111010101011010111001001001001111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21075; }

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

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

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

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

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

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

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

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