Html Css Color HEX #A20C79 Eggplant

📋 copy color: '#A20C79'

red 162 ◦ green 12 ◦ blue 121

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

Shades of Eggplant #A20C79

Tints of Eggplant #A20C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 54.92%
G = 4.07%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A20C79 (or 0xA20C79) is known color: Eggplant. HEX triplet: A2, 0C and 79. RGB value is (162,12,121). Sum of RGB (Red+Green+Blue) = 162+12+121=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C79 is #5DF386. Grayscale: #444444. Windows color (decimal): -6157191 or 7933090. OLE color: 7933090.

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

Color convert

RGB 162 12 121 -
CMYK 0 0.93 0.25 0.36
HSL 316.4º 0.86% 0.34% -
HSV(B) 316.4º 0.93% 0.64% -
XYZ 18.48 9.32 18.91 -
YUV 69.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 162 12 121 0 0.93 0.25 0.36 316.4 0.86 0.34
Hex A2 C 79 0 5D 19 24 13C 56 22
Octal 242 14 171 0 135 31 44 474 126 42
Binary 10100010 1100 1111001 0 1011101 11001 100100 100111100 1010110 100010

Color Harmonies of #A20C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C79

Black with #A20C79

Text Example


Text Example

White with #A20C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C79; }

 p { color: rgb(162,12,121); }

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

background-color css

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

 a { background-color: rgb(162,12,121); }

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

border-color css

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

 span { border-color: rgb(162,12,121); }

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