Html Css Color HEX #A00876 Eggplant

📋 copy color: '#A00876'

red 160 ◦ green 8 ◦ blue 118

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

Shades of Eggplant #A00876

Tints of Eggplant #A00876

RGB

 RED value IS 160 (62.89% from 255) = 55.94%

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

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

R = 55.94%
G = 2.8%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A00876 (or 0xA00876) is known color: Eggplant. HEX triplet: A0, 08 and 76. RGB value is (160,8,118). Sum of RGB (Red+Green+Blue) = 160+8+118=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A00876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00876 is #5FF789. Grayscale: #414141. Windows color (decimal): -6289290 or 7735456. OLE color: 7735456.

HSL color Cylindrical-coordinate representation of color #A00876: hue angle of 316.58º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00876 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 118 -
CMYK 0 0.95 0.26 0.37
HSL 316.58º 0.9% 0.33% -
HSV(B) 316.58º 0.95% 0.63% -
XYZ 17.85 8.96 17.93 -
YUV 65.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 160 8 118 0 0.95 0.26 0.37 316.58 0.9 0.33
Hex A0 8 76 0 5F 1A 25 13D 5A 21
Octal 240 10 166 0 137 32 45 475 132 41
Binary 10100000 1000 1110110 0 1011111 11010 100101 100111101 1011010 100001

Color Harmonies of #A00876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00876

Black with #A00876

Text Example


Text Example

White with #A00876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00876; }

 p { color: rgb(160,8,118); }

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

background-color css

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

 a { background-color: rgb(160,8,118); }

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

border-color css

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

 span { border-color: rgb(160,8,118); }

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