Html Css Color HEX #A00578 Eggplant

📋 copy color: '#A00578'

red 160 ◦ green 5 ◦ blue 120

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

Shades of Eggplant #A00578

Tints of Eggplant #A00578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.11%

R = 56.14%
G = 1.75%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A00578 (or 0xA00578) is known color: Eggplant. HEX triplet: A0, 05 and 78. RGB value is (160,5,120). Sum of RGB (Red+Green+Blue) = 160+5+120=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A00578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00578 is #5FFA87. Grayscale: #404040. Windows color (decimal): -6290056 or 7865760. OLE color: 7865760.

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

Color convert

RGB 160 5 120 -
CMYK 0 0.97 0.25 0.37
HSL 315.48º 0.94% 0.32% -
HSV(B) 315.48º 0.97% 0.63% -
XYZ 17.94 8.94 18.55 -
YUV 64.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 160 5 120 0 0.97 0.25 0.37 315.48 0.94 0.32
Hex A0 5 78 0 61 19 25 13B 5E 20
Octal 240 5 170 0 141 31 45 473 136 40
Binary 10100000 101 1111000 0 1100001 11001 100101 100111011 1011110 100000

Color Harmonies of #A00578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00578

Black with #A00578

Text Example


Text Example

White with #A00578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00578; }

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

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

background-color css

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

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

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

border-color css

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

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

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