#A20669

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

Shades of Eggplant #A20669

Tints of Eggplant #A20669

Color information

#A20669 (or 0xA20669) is unknown color: approx Eggplant. HEX triplet: A2, 06 and 69. RGB value is (162,6,105). Sum of RGB (Red+Green+Blue) = 162+6+105=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A20669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20669 is #5DF996. Grayscale: #3F3F3F. Windows color (decimal): -6158743 or 6882978. OLE color: 6882978.

HSL color Cylindrical-coordinate representation of color #A20669: hue angle of 321.92º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20669 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB1626105-
CMYK00.960.350.36
HSL321.92º92.86%32.94%-
HSV(B)321.92º96.3%63.53%-
XYZ17.528.8314.15-
YUV63.93151.18197.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=59.34%
G=2.20%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162610500.960.350.36321.9292.8632.94
HexA266906023241425d21
Octal24261510140434450213541
Binary101000101101101001011000001000111001001010000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20669; }

 p { color: rgb(162,6,105); }

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

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

 a { background-color: rgb(162,6,105); }

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

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

 span { border-color: rgb(162,6,105); }

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