Html Css Color HEX #A80979 Eggplant

📋 copy color: '#A80979'

red 168 ◦ green 9 ◦ blue 121

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

Shades of Eggplant #A80979

Tints of Eggplant #A80979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

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

R = 56.38%
G = 3.02%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A80979 (or 0xA80979) is known color: Eggplant. HEX triplet: A8, 09 and 79. RGB value is (168,9,121). Sum of RGB (Red+Green+Blue) = 168+9+121=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A80979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80979 is #57F686. Grayscale: #454545. Windows color (decimal): -5764743 or 7932328. OLE color: 7932328.

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

Color convert

RGB 168 9 121 -
CMYK 0 0.95 0.28 0.34
HSL 317.74º 0.9% 0.35% -
HSV(B) 317.74º 0.95% 0.66% -
XYZ 19.7 9.9 18.96 -
YUV 69.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 168 9 121 0 0.95 0.28 0.34 317.74 0.9 0.35
Hex A8 9 79 0 5F 1C 22 13E 5A 23
Octal 250 11 171 0 137 34 42 476 132 43
Binary 10101000 1001 1111001 0 1011111 11100 100010 100111110 1011010 100011

Color Harmonies of #A80979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80979

Black with #A80979

Text Example


Text Example

White with #A80979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80979; }

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

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

background-color css

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

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

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

border-color css

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

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

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