Html Css Color HEX #A20D79 Eggplant

📋 copy color: '#A20D79'

red 162 ◦ green 13 ◦ blue 121

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

Shades of Eggplant #A20D79

Tints of Eggplant #A20D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

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

R = 54.73%
G = 4.39%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A20D79 (or 0xA20D79) is known color: Eggplant. HEX triplet: A2, 0D and 79. RGB value is (162,13,121). Sum of RGB (Red+Green+Blue) = 162+13+121=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D79 is #5DF286. Grayscale: #454545. Windows color (decimal): -6156935 or 7933346. OLE color: 7933346.

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

Color convert

RGB 162 13 121 -
CMYK 0 0.92 0.25 0.36
HSL 316.51º 0.85% 0.34% -
HSV(B) 316.51º 0.92% 0.64% -
XYZ 18.5 9.35 18.92 -
YUV 69.86 156.86 193.72 -
System Red Green Blue C M Y K H S L
Decimal 162 13 121 0 0.92 0.25 0.36 316.51 0.85 0.34
Hex A2 D 79 0 5C 19 24 13D 55 22
Octal 242 15 171 0 134 31 44 475 125 42
Binary 10100010 1101 1111001 0 1011100 11001 100100 100111101 1010101 100010

Color Harmonies of #A20D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D79

Black with #A20D79

Text Example


Text Example

White with #A20D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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