Html Css Color HEX #A20179 Eggplant

📋 copy color: '#A20179'

red 162 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #A20179

Tints of Eggplant #A20179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 57.04%
G = 0.35%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A20179 (or 0xA20179) is known color: Eggplant. HEX triplet: A2, 01 and 79. RGB value is (162,1,121). Sum of RGB (Red+Green+Blue) = 162+1+121=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20179 is #5DFE86. Grayscale: #3E3E3E. Windows color (decimal): -6160007 or 7930274. OLE color: 7930274.

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

Color convert

RGB 162 1 121 -
CMYK 0 0.99 0.25 0.36
HSL 315.28º 0.99% 0.32% -
HSV(B) 315.28º 0.99% 0.64% -
XYZ 18.36 9.08 18.87 -
YUV 62.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 162 1 121 0 0.99 0.25 0.36 315.28 0.99 0.32
Hex A2 1 79 0 63 19 24 13B 63 20
Octal 242 1 171 0 143 31 44 473 143 40
Binary 10100010 1 1111001 0 1100011 11001 100100 100111011 1100011 100000

Color Harmonies of #A20179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20179

Black with #A20179

Text Example


Text Example

White with #A20179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20179; }

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

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

background-color css

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

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

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

border-color css

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

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

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