Html Css Color HEX #A0057A Eggplant

📋 copy color: '#A0057A'

red 160 ◦ green 5 ◦ blue 122

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

Shades of Eggplant #A0057A

Tints of Eggplant #A0057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 55.75%
G = 1.74%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0057A (or 0xA0057A) is known color: Eggplant. HEX triplet: A0, 05 and 7A. RGB value is (160,5,122). Sum of RGB (Red+Green+Blue) = 160+5+122=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0057A is #5FFA85. Grayscale: #404040. Windows color (decimal): -6290054 or 7996832. OLE color: 7996832.

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

Color convert

RGB 160 5 122 -
CMYK 0 0.97 0.24 0.37
HSL 314.71º 0.94% 0.32% -
HSV(B) 314.71º 0.97% 0.63% -
XYZ 18.06 8.99 19.19 -
YUV 64.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 160 5 122 0 0.97 0.24 0.37 314.71 0.94 0.32
Hex A0 5 7A 0 61 18 25 13B 5E 20
Octal 240 5 172 0 141 30 45 473 136 40
Binary 10100000 101 1111010 0 1100001 11000 100101 100111011 1011110 100000

Color Harmonies of #A0057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0057A

Black with #A0057A

Text Example


Text Example

White with #A0057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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