#A20B6B

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

Shades of Eggplant #A20B6B

Tints of Eggplant #A20B6B

Color information

#A20B6B (or 0xA20B6B) is unknown color: approx Eggplant. HEX triplet: A2, 0B and 6B. RGB value is (162,11,107). Sum of RGB (Red+Green+Blue) = 162+11+107=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B6B is #5DF494. Grayscale: #424242. Windows color (decimal): -6157461 or 7015330. OLE color: 7015330.

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

Color convert

RGB16211107-
CMYK00.930.340.36
HSL321.85º87.28%33.92%-
HSV(B)321.85º93.21%63.53%-
XYZ17.678.9814.71-
YUV67.09150.53195.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 11 (4.69% from 255) = 3.93%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=57.86%
G=3.93%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621110700.930.340.36321.8587.2833.92
HexA2B6B05D22241425722
Octal242131530135424450212742
Binary1010001010111101011010111011000101001001010000101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B6B; }

 p { color: rgb(162,11,107); }

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

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

 a { background-color: rgb(162,11,107); }

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

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

 span { border-color: rgb(162,11,107); }

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