#A20381

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

Shades of Eggplant #A20381

Tints of Eggplant #A20381

Color information

#A20381 (or 0xA20381) is unknown color: approx Eggplant. HEX triplet: A2, 03 and 81. RGB value is (162,3,129). Sum of RGB (Red+Green+Blue) = 162+3+129=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A20381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20381 is #5DFC7E. Grayscale: #404040. Windows color (decimal): -6159487 or 8455074. OLE color: 8455074.

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

Color convert

RGB1623129-
CMYK00.980.200.36
HSL312.45º96.36%32.35%-
HSV(B)312.45º98.15%63.53%-
XYZ18.99.3321.57-
YUV64.9164.18197.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=55.10%
G=1.02%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162312900.980.200.36312.4596.3632.35
HexA238106214241386020
Octal24232010142244447014040
Binary10100010111000000101100010101001001001001110001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20381; }

 p { color: rgb(162,3,129); }

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

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

 a { background-color: rgb(162,3,129); }

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

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

 span { border-color: rgb(162,3,129); }

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