Html Css Color HEX #A80978 Eggplant

📋 copy color: '#A80978'

red 168 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #A80978

Tints of Eggplant #A80978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 56.57%
G = 3.03%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A80978 (or 0xA80978) is known color: Eggplant. HEX triplet: A8, 09 and 78. RGB value is (168,9,120). Sum of RGB (Red+Green+Blue) = 168+9+120=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A80978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80978 is #57F687. Grayscale: #444444. Windows color (decimal): -5764744 or 7866792. OLE color: 7866792.

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

Color convert

RGB 168 9 120 -
CMYK 0 0.95 0.29 0.34
HSL 318.11º 0.9% 0.35% -
HSV(B) 318.11º 0.95% 0.66% -
XYZ 19.64 9.88 18.64 -
YUV 69.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 168 9 120 0 0.95 0.29 0.34 318.11 0.9 0.35
Hex A8 9 78 0 5F 1D 22 13E 5A 23
Octal 250 11 170 0 137 35 42 476 132 43
Binary 10101000 1001 1111000 0 1011111 11101 100010 100111110 1011010 100011

Color Harmonies of #A80978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80978

Black with #A80978

Text Example


Text Example

White with #A80978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80978; }

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

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

background-color css

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

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

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

border-color css

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

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

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