Html Css Color HEX #A80877 Eggplant

📋 copy color: '#A80877'

red 168 ◦ green 8 ◦ blue 119

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

Shades of Eggplant #A80877

Tints of Eggplant #A80877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.34%

R = 56.95%
G = 2.71%
B = 40.34%

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

#A80877 (or 0xA80877) is known color: Eggplant. HEX triplet: A8, 08 and 77. RGB value is (168,8,119). Sum of RGB (Red+Green+Blue) = 168+8+119=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A80877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80877 is #57F788. Grayscale: #444444. Windows color (decimal): -5765001 or 7801000. OLE color: 7801000.

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

Color convert

RGB 168 8 119 -
CMYK 0 0.95 0.29 0.34
HSL 318.38º 0.91% 0.35% -
HSV(B) 318.38º 0.95% 0.66% -
XYZ 19.57 9.83 18.32 -
YUV 68.49 156.51 198.97 -
System Red Green Blue C M Y K H S L
Decimal 168 8 119 0 0.95 0.29 0.34 318.38 0.91 0.35
Hex A8 8 77 0 5F 1D 22 13E 5B 23
Octal 250 10 167 0 137 35 42 476 133 43
Binary 10101000 1000 1110111 0 1011111 11101 100010 100111110 1011011 100011

Color Harmonies of #A80877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80877

Black with #A80877

Text Example


Text Example

White with #A80877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80877; }

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

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

background-color css

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

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

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

border-color css

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

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

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