Html Css Color HEX #A00A77 Eggplant

📋 copy color: '#A00A77'

red 160 ◦ green 10 ◦ blue 119

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

Shades of Eggplant #A00A77

Tints of Eggplant #A00A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.46%

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

R = 55.36%
G = 3.46%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A00A77 (or 0xA00A77) is known color: Eggplant. HEX triplet: A0, 0A and 77. RGB value is (160,10,119). Sum of RGB (Red+Green+Blue) = 160+10+119=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A77 is #5FF588. Grayscale: #424242. Windows color (decimal): -6288777 or 7801504. OLE color: 7801504.

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

Color convert

RGB 160 10 119 -
CMYK 0 0.94 0.26 0.37
HSL 316.4º 0.88% 0.33% -
HSV(B) 316.4º 0.94% 0.63% -
XYZ 17.94 9.02 18.25 -
YUV 67.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 160 10 119 0 0.94 0.26 0.37 316.4 0.88 0.33
Hex A0 A 77 0 5E 1A 25 13C 58 21
Octal 240 12 167 0 136 32 45 474 130 41
Binary 10100000 1010 1110111 0 1011110 11010 100101 100111100 1011000 100001

Color Harmonies of #A00A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A77

Black with #A00A77

Text Example


Text Example

White with #A00A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A77; }

 p { color: rgb(160,10,119); }

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

background-color css

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

 a { background-color: rgb(160,10,119); }

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

border-color css

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

 span { border-color: rgb(160,10,119); }

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