#A2027B

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

Shades of Eggplant #A2027B

Tints of Eggplant #A2027B

Color information

#A2027B (or 0xA2027B) is unknown color: approx Eggplant. HEX triplet: A2, 02 and 7B. RGB value is (162,2,123). Sum of RGB (Red+Green+Blue) = 162+2+123=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2027B is #5DFD84. Grayscale: #3F3F3F. Windows color (decimal): -6159749 or 8061602. OLE color: 8061602.

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

Color convert

RGB1622123-
CMYK00.990.240.36
HSL314.62º97.56%32.16%-
HSV(B)314.62º98.77%63.53%-
XYZ18.59.1519.53-
YUV63.63161.51198.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=56.45%
G=0.70%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162212300.990.240.36314.6297.5632.16
HexA227B063182413b6220
Octal24221730143304447314240
Binary1010001010111101101100011110001001001001110111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2027B; }

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

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

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

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

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

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

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

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