Html Css Color HEX #A0057C Eggplant

📋 copy color: '#A0057C'

red 160 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #A0057C

Tints of Eggplant #A0057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 55.36%
G = 1.73%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0057C (or 0xA0057C) is known color: Eggplant. HEX triplet: A0, 05 and 7C. RGB value is (160,5,124). Sum of RGB (Red+Green+Blue) = 160+5+124=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0057C is #5FFA83. Grayscale: #404040. Windows color (decimal): -6290052 or 8127904. OLE color: 8127904.

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

Color convert

RGB 160 5 124 -
CMYK 0 0.97 0.22 0.37
HSL 313.94º 0.94% 0.32% -
HSV(B) 313.94º 0.97% 0.63% -
XYZ 18.19 9.04 19.85 -
YUV 64.91 161.35 195.82 -
System Red Green Blue C M Y K H S L
Decimal 160 5 124 0 0.97 0.22 0.37 313.94 0.94 0.32
Hex A0 5 7C 0 61 16 25 13A 5E 20
Octal 240 5 174 0 141 26 45 472 136 40
Binary 10100000 101 1111100 0 1100001 10110 100101 100111010 1011110 100000

Color Harmonies of #A0057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0057C

Black with #A0057C

Text Example


Text Example

White with #A0057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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