Html Css Color HEX #A00B76 Eggplant

📋 copy color: '#A00B76'

red 160 ◦ green 11 ◦ blue 118

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

Shades of Eggplant #A00B76

Tints of Eggplant #A00B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

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

R = 55.36%
G = 3.81%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A00B76 (or 0xA00B76) is known color: Eggplant. HEX triplet: A0, 0B and 76. RGB value is (160,11,118). Sum of RGB (Red+Green+Blue) = 160+11+118=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00B76 is #5FF489. Grayscale: #434343. Windows color (decimal): -6288522 or 7736224. OLE color: 7736224.

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

Color convert

RGB 160 11 118 -
CMYK 0 0.93 0.26 0.37
HSL 316.91º 0.87% 0.34% -
HSV(B) 316.91º 0.93% 0.63% -
XYZ 17.89 9.02 17.94 -
YUV 67.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 160 11 118 0 0.93 0.26 0.37 316.91 0.87 0.34
Hex A0 B 76 0 5D 1A 25 13D 57 22
Octal 240 13 166 0 135 32 45 475 127 42
Binary 10100000 1011 1110110 0 1011101 11010 100101 100111101 1010111 100010

Color Harmonies of #A00B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B76

Black with #A00B76

Text Example


Text Example

White with #A00B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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