#A21776

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

Shades of Eggplant #A21776

Tints of Eggplant #A21776

Color information

#A21776 (or 0xA21776) is unknown color: approx Eggplant. HEX triplet: A2, 17 and 76. RGB value is (162,23,118). Sum of RGB (Red+Green+Blue) = 162+23+118=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A21776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21776 is #5DE889. Grayscale: #4B4B4B. Windows color (decimal): -6154378 or 7739298. OLE color: 7739298.

HSL color Cylindrical-coordinate representation of color #A21776: hue angle of 318.99º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21776 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16223118-
CMYK00.860.270.36
HSL318.99º75.14%36.27%-
HSV(B)318.99º85.8%63.53%-
XYZ18.489.618.02-
YUV75.39152.05189.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 23 (9.38% from 255) = 7.59%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=53.47%
G=7.59%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622311800.860.270.36318.9975.1436.27
HexA217760561B2413f4b24
Octal242271660126334447711344
Binary1010001010111111011001010110110111001001001111111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21776; }

 p { color: rgb(162,23,118); }

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

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

 a { background-color: rgb(162,23,118); }

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

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

 span { border-color: rgb(162,23,118); }

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