Html Css Color HEX #A80976 Eggplant

📋 copy color: '#A80976'

red 168 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #A80976

Tints of Eggplant #A80976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40%

R = 56.95%
G = 3.05%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A80976 (or 0xA80976) is known color: Eggplant. HEX triplet: A8, 09 and 76. RGB value is (168,9,118). Sum of RGB (Red+Green+Blue) = 168+9+118=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A80976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80976 is #57F689. Grayscale: #444444. Windows color (decimal): -5764746 or 7735720. OLE color: 7735720.

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

Color convert

RGB 168 9 118 -
CMYK 0 0.95 0.30 0.34
HSL 318.87º 0.9% 0.35% -
HSV(B) 318.87º 0.95% 0.66% -
XYZ 19.52 9.83 18.01 -
YUV 68.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 168 9 118 0 0.95 0.30 0.34 318.87 0.9 0.35
Hex A8 9 76 0 5F 1E 22 13F 5A 23
Octal 250 11 166 0 137 36 42 477 132 43
Binary 10101000 1001 1110110 0 1011111 11110 100010 100111111 1011010 100011

Color Harmonies of #A80976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80976

Black with #A80976

Text Example


Text Example

White with #A80976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80976; }

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

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

background-color css

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

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

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

border-color css

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

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

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