Html Css Color HEX #A00570 Eggplant

📋 copy color: '#A00570'

red 160 ◦ green 5 ◦ blue 112

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

Shades of Eggplant #A00570

Tints of Eggplant #A00570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 57.76%
G = 1.81%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A00570 (or 0xA00570) is known color: Eggplant. HEX triplet: A0, 05 and 70. RGB value is (160,5,112). Sum of RGB (Red+Green+Blue) = 160+5+112=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A00570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00570 is #5FFA8F. Grayscale: #3F3F3F. Windows color (decimal): -6290064 or 7341472. OLE color: 7341472.

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

Color convert

RGB 160 5 112 -
CMYK 0 0.97 0.30 0.37
HSL 318.58º 0.94% 0.32% -
HSV(B) 318.58º 0.97% 0.63% -
XYZ 17.48 8.75 16.1 -
YUV 63.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 160 5 112 0 0.97 0.30 0.37 318.58 0.94 0.32
Hex A0 5 70 0 61 1E 25 13F 5E 20
Octal 240 5 160 0 141 36 45 477 136 40
Binary 10100000 101 1110000 0 1100001 11110 100101 100111111 1011110 100000

Color Harmonies of #A00570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00570

Black with #A00570

Text Example


Text Example

White with #A00570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00570; }

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

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

background-color css

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

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

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

border-color css

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

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

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