Html Css Color HEX #A80579 Eggplant

📋 copy color: '#A80579'

red 168 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #A80579

Tints of Eggplant #A80579

RGB

 RED value IS 168 (66.02% from 255) = 57.14%

 GREEN value IS 5 (2.34% from 255) = 1.7%

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

R = 57.14%
G = 1.7%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A80579 (or 0xA80579) is known color: Eggplant. HEX triplet: A8, 05 and 79. RGB value is (168,5,121). Sum of RGB (Red+Green+Blue) = 168+5+121=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A80579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80579 is #57FA86. Grayscale: #424242. Windows color (decimal): -5765767 or 7931304. OLE color: 7931304.

HSL color Cylindrical-coordinate representation of color #A80579: hue angle of 317.3º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80579 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 121 -
CMYK 0 0.97 0.28 0.34
HSL 317.3º 0.94% 0.34% -
HSV(B) 317.3º 0.97% 0.66% -
XYZ 19.65 9.81 18.95 -
YUV 66.96 158.5 200.07 -
System Red Green Blue C M Y K H S L
Decimal 168 5 121 0 0.97 0.28 0.34 317.3 0.94 0.34
Hex A8 5 79 0 61 1C 22 13D 5E 22
Octal 250 5 171 0 141 34 42 475 136 42
Binary 10101000 101 1111001 0 1100001 11100 100010 100111101 1011110 100010

Color Harmonies of #A80579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80579

Black with #A80579

Text Example


Text Example

White with #A80579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80579; }

 p { color: rgb(168,5,121); }

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

background-color css

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

 a { background-color: rgb(168,5,121); }

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

border-color css

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

 span { border-color: rgb(168,5,121); }

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