Html Css Color HEX #A00D77 Eggplant

📋 copy color: '#A00D77'

red 160 ◦ green 13 ◦ blue 119

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

Shades of Eggplant #A00D77

Tints of Eggplant #A00D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

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

R = 54.79%
G = 4.45%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A00D77 (or 0xA00D77) is known color: Eggplant. HEX triplet: A0, 0D and 77. RGB value is (160,13,119). Sum of RGB (Red+Green+Blue) = 160+13+119=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00D77 is #5FF288. Grayscale: #444444. Windows color (decimal): -6288009 or 7802272. OLE color: 7802272.

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

Color convert

RGB 160 13 119 -
CMYK 0 0.92 0.26 0.37
HSL 316.73º 0.85% 0.34% -
HSV(B) 316.73º 0.92% 0.63% -
XYZ 17.97 9.09 18.26 -
YUV 69.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 160 13 119 0 0.92 0.26 0.37 316.73 0.85 0.34
Hex A0 D 77 0 5C 1A 25 13D 55 22
Octal 240 15 167 0 134 32 45 475 125 42
Binary 10100000 1101 1110111 0 1011100 11010 100101 100111101 1010101 100010

Color Harmonies of #A00D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D77

Black with #A00D77

Text Example


Text Example

White with #A00D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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