Html Css Color HEX #A00973 Eggplant

📋 copy color: '#A00973'

red 160 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #A00973

Tints of Eggplant #A00973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 56.34%
G = 3.17%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00973 (or 0xA00973) is known color: Eggplant. HEX triplet: A0, 09 and 73. RGB value is (160,9,115). Sum of RGB (Red+Green+Blue) = 160+9+115=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A00973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00973 is #5FF68C. Grayscale: #414141. Windows color (decimal): -6289037 or 7539104. OLE color: 7539104.

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

Color convert

RGB 160 9 115 -
CMYK 0 0.94 0.28 0.37
HSL 317.88º 0.89% 0.33% -
HSV(B) 317.88º 0.94% 0.63% -
XYZ 17.69 8.91 17.01 -
YUV 66.23 155.53 194.88 -
System Red Green Blue C M Y K H S L
Decimal 160 9 115 0 0.94 0.28 0.37 317.88 0.89 0.33
Hex A0 9 73 0 5E 1C 25 13E 59 21
Octal 240 11 163 0 136 34 45 476 131 41
Binary 10100000 1001 1110011 0 1011110 11100 100101 100111110 1011001 100001

Color Harmonies of #A00973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00973

Black with #A00973

Text Example


Text Example

White with #A00973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00973; }

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

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

background-color css

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

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

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

border-color css

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

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

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