Html Css Color HEX #A20A76 Eggplant

📋 copy color: '#A20A76'

red 162 ◦ green 10 ◦ blue 118

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

Shades of Eggplant #A20A76

Tints of Eggplant #A20A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 55.86%
G = 3.45%
B = 40.69%

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

#A20A76 (or 0xA20A76) is known color: Eggplant. HEX triplet: A2, 0A and 76. RGB value is (162,10,118). Sum of RGB (Red+Green+Blue) = 162+10+118=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A76 is #5DF589. Grayscale: #434343. Windows color (decimal): -6157706 or 7735970. OLE color: 7735970.

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

Color convert

RGB 162 10 118 -
CMYK 0 0.94 0.27 0.36
HSL 317.37º 0.88% 0.34% -
HSV(B) 317.37º 0.94% 0.64% -
XYZ 18.28 9.21 17.95 -
YUV 67.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 162 10 118 0 0.94 0.27 0.36 317.37 0.88 0.34
Hex A2 A 76 0 5E 1B 24 13D 58 22
Octal 242 12 166 0 136 33 44 475 130 42
Binary 10100010 1010 1110110 0 1011110 11011 100100 100111101 1011000 100010

Color Harmonies of #A20A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A76

Black with #A20A76

Text Example


Text Example

White with #A20A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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