Html Css Color HEX #A20A77 Eggplant

📋 copy color: '#A20A77'

red 162 ◦ green 10 ◦ blue 119

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

Shades of Eggplant #A20A77

Tints of Eggplant #A20A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.44%

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 55.67%
G = 3.44%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A20A77 (or 0xA20A77) is known color: Eggplant. HEX triplet: A2, 0A and 77. RGB value is (162,10,119). Sum of RGB (Red+Green+Blue) = 162+10+119=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A77 is #5DF588. Grayscale: #434343. Windows color (decimal): -6157705 or 7801506. OLE color: 7801506.

HSL color Cylindrical-coordinate representation of color #A20A77: hue angle of 316.97º degrees, saturation: 0.88, 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 #A20A77 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 10 119 -
CMYK 0 0.94 0.27 0.36
HSL 316.97º 0.88% 0.34% -
HSV(B) 316.97º 0.94% 0.64% -
XYZ 18.34 9.23 18.27 -
YUV 67.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 162 10 119 0 0.94 0.27 0.36 316.97 0.88 0.34
Hex A2 A 77 0 5E 1B 24 13D 58 22
Octal 242 12 167 0 136 33 44 475 130 42
Binary 10100010 1010 1110111 0 1011110 11011 100100 100111101 1011000 100010

Color Harmonies of #A20A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A77

Black with #A20A77

Text Example


Text Example

White with #A20A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A77; }

 p { color: rgb(162,10,119); }

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

background-color css

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

 a { background-color: rgb(162,10,119); }

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

border-color css

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

 span { border-color: rgb(162,10,119); }

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