Html Css Color HEX #A80779 Eggplant

📋 copy color: '#A80779'

red 168 ◦ green 7 ◦ blue 121

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

Shades of Eggplant #A80779

Tints of Eggplant #A80779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 56.76%
G = 2.36%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A80779 (or 0xA80779) is known color: Eggplant. HEX triplet: A8, 07 and 79. RGB value is (168,7,121). Sum of RGB (Red+Green+Blue) = 168+7+121=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A80779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80779 is #57F886. Grayscale: #434343. Windows color (decimal): -5765255 or 7931816. OLE color: 7931816.

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

Color convert

RGB 168 7 121 -
CMYK 0 0.96 0.28 0.34
HSL 317.52º 0.92% 0.34% -
HSV(B) 317.52º 0.96% 0.66% -
XYZ 19.68 9.86 18.95 -
YUV 68.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 168 7 121 0 0.96 0.28 0.34 317.52 0.92 0.34
Hex A8 7 79 0 60 1C 22 13E 5C 22
Octal 250 7 171 0 140 34 42 476 134 42
Binary 10101000 111 1111001 0 1100000 11100 100010 100111110 1011100 100010

Color Harmonies of #A80779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80779

Black with #A80779

Text Example


Text Example

White with #A80779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80779; }

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

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

background-color css

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

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

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

border-color css

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

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

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