Html Css Color HEX #A20980 Eggplant

📋 copy color: '#A20980'

red 162 ◦ green 9 ◦ blue 128

#A20980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #A20980

Tints of Eggplant #A20980

RGB

 RED value IS 162 (63.67% from 255) = 54.18%

 GREEN value IS 9 (3.91% from 255) = 3.01%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 54.18%
G = 3.01%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A20980 (or 0xA20980) is known color: Eggplant. HEX triplet: A2, 09 and 80. RGB value is (162,9,128). Sum of RGB (Red+Green+Blue) = 162+9+128=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A20980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20980 is #5DF67F. Grayscale: #434343. Windows color (decimal): -6157952 or 8391074. OLE color: 8391074.

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

Color convert

RGB 162 9 128 -
CMYK 0 0.94 0.21 0.36
HSL 313.33º 0.89% 0.34% -
HSV(B) 313.33º 0.94% 0.64% -
XYZ 18.89 9.44 21.25 -
YUV 68.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 162 9 128 0 0.94 0.21 0.36 313.33 0.89 0.34
Hex A2 9 80 0 5E 15 24 139 59 22
Octal 242 11 200 0 136 25 44 471 131 42
Binary 10100010 1001 10000000 0 1011110 10101 100100 100111001 1011001 100010

Color Harmonies of #A20980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20980

Black with #A20980

Text Example


Text Example

White with #A20980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20980; }

 p { color: rgb(162,9,128); }

 H1.HeaderClassName
 {
   color: #A20980;
 }
 .AnyTagClassName
 {
   color: #A20980;
 }
</style>

background-color css

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

 a { background-color: rgb(162,9,128); }

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

border-color css

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

 span { border-color: rgb(162,9,128); }

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