Html Css Color HEX #A00977 Eggplant

📋 copy color: '#A00977'

red 160 ◦ green 9 ◦ blue 119

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

Shades of Eggplant #A00977

Tints of Eggplant #A00977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 55.56%
G = 3.13%
B = 41.32%

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

#A00977 (or 0xA00977) is known color: Eggplant. HEX triplet: A0, 09 and 77. RGB value is (160,9,119). Sum of RGB (Red+Green+Blue) = 160+9+119=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A00977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00977 is #5FF688. Grayscale: #424242. Windows color (decimal): -6289033 or 7801248. OLE color: 7801248.

HSL color Cylindrical-coordinate representation of color #A00977: hue angle of 316.29º degrees, saturation: 0.89, 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 #A00977 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 119 -
CMYK 0 0.94 0.26 0.37
HSL 316.29º 0.89% 0.33% -
HSV(B) 316.29º 0.94% 0.63% -
XYZ 17.92 9 18.25 -
YUV 66.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 160 9 119 0 0.94 0.26 0.37 316.29 0.89 0.33
Hex A0 9 77 0 5E 1A 25 13C 59 21
Octal 240 11 167 0 136 32 45 474 131 41
Binary 10100000 1001 1110111 0 1011110 11010 100101 100111100 1011001 100001

Color Harmonies of #A00977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00977

Black with #A00977

Text Example


Text Example

White with #A00977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00977; }

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

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

background-color css

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

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

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

border-color css

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

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

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