Html Css Color HEX #A20080 Eggplant

📋 copy color: '#A20080'

red 162 ◦ green 0 ◦ blue 128

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

Shades of Eggplant #A20080

Tints of Eggplant #A20080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.86%
G = 0%
B = 44.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A20080 (or 0xA20080) is known color: Eggplant. HEX triplet: A2, 00 and 80. RGB value is (162,0,128). Sum of RGB (Red+Green+Blue) = 162+0+128=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A20080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20080 is #5DFF7F. Grayscale: #3E3E3E. Windows color (decimal): -6160256 or 8388770. OLE color: 8388770.

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

Color convert

RGB 162 0 128 -
CMYK 0 1 0.21 0.36
HSL 312.59º 1% 0.32% -
HSV(B) 312.59º 1% 0.64% -
XYZ 18.8 9.24 21.21 -
YUV 63.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 162 0 128 0 1 0.21 0.36 312.59 1 0.32
Hex A2 0 80 0 64 15 24 139 64 20
Octal 242 0 200 0 144 25 44 471 144 40
Binary 10100010 0 10000000 0 1100100 10101 100100 100111001 1100100 100000

Color Harmonies of #A20080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20080

Black with #A20080

Text Example


Text Example

White with #A20080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20080; }

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

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

background-color css

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

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

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

border-color css

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

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

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