#A2027A

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

Shades of Eggplant #A2027A

Tints of Eggplant #A2027A

Color information

#A2027A (or 0xA2027A) is unknown color: approx Eggplant. HEX triplet: A2, 02 and 7A. RGB value is (162,2,122). Sum of RGB (Red+Green+Blue) = 162+2+122=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2027A is #5DFD85. Grayscale: #3F3F3F. Windows color (decimal): -6159750 or 7996066. OLE color: 7996066.

HSL color Cylindrical-coordinate representation of color #A2027A: hue angle of 315º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2027A is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB1622122-
CMYK00.990.250.36
HSL315º97.56%32.16%-
HSV(B)315º98.77%63.53%-
XYZ18.439.1319.2-
YUV63.52161.01198.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=56.64%
G=0.70%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162212200.990.250.3631597.5632.16
HexA227A063192413b6220
Octal24221720143314447314240
Binary1010001010111101001100011110011001001001110111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2027A; }

 p { color: rgb(162,2,122); }

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

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

 a { background-color: rgb(162,2,122); }

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

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

 span { border-color: rgb(162,2,122); }

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