Html Css Color HEX #A80879 Eggplant

📋 copy color: '#A80879'

red 168 ◦ green 8 ◦ blue 121

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

Shades of Eggplant #A80879

Tints of Eggplant #A80879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 56.57%
G = 2.69%
B = 40.74%

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

#A80879 (or 0xA80879) is known color: Eggplant. HEX triplet: A8, 08 and 79. RGB value is (168,8,121). Sum of RGB (Red+Green+Blue) = 168+8+121=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A80879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80879 is #57F786. Grayscale: #444444. Windows color (decimal): -5764999 or 7932072. OLE color: 7932072.

HSL color Cylindrical-coordinate representation of color #A80879: hue angle of 317.62º degrees, saturation: 0.91, 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 #A80879 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 121 -
CMYK 0 0.95 0.28 0.34
HSL 317.63º 0.91% 0.35% -
HSV(B) 317.63º 0.95% 0.66% -
XYZ 19.69 9.88 18.96 -
YUV 68.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 168 8 121 0 0.95 0.28 0.34 317.63 0.91 0.35
Hex A8 8 79 0 5F 1C 22 13E 5B 23
Octal 250 10 171 0 137 34 42 476 133 43
Binary 10101000 1000 1111001 0 1011111 11100 100010 100111110 1011011 100011

Color Harmonies of #A80879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80879

Black with #A80879

Text Example


Text Example

White with #A80879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80879; }

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

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

background-color css

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

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

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

border-color css

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

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

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