Html Css Color HEX #A00573 Eggplant

📋 copy color: '#A00573'

red 160 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #A00573

Tints of Eggplant #A00573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 57.14%
G = 1.79%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00573 (or 0xA00573) is known color: Eggplant. HEX triplet: A0, 05 and 73. RGB value is (160,5,115). Sum of RGB (Red+Green+Blue) = 160+5+115=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A00573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00573 is #5FFA8C. Grayscale: #3F3F3F. Windows color (decimal): -6290061 or 7538080. OLE color: 7538080.

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

Color convert

RGB 160 5 115 -
CMYK 0 0.97 0.28 0.37
HSL 317.42º 0.94% 0.32% -
HSV(B) 317.42º 0.97% 0.63% -
XYZ 17.65 8.82 16.99 -
YUV 63.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 160 5 115 0 0.97 0.28 0.37 317.42 0.94 0.32
Hex A0 5 73 0 61 1C 25 13D 5E 20
Octal 240 5 163 0 141 34 45 475 136 40
Binary 10100000 101 1110011 0 1100001 11100 100101 100111101 1011110 100000

Color Harmonies of #A00573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00573

Black with #A00573

Text Example


Text Example

White with #A00573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00573; }

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

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

background-color css

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

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

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

border-color css

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

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

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