Html Css Color HEX #A0057E Eggplant

📋 copy color: '#A0057E'

red 160 ◦ green 5 ◦ blue 126

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

Shades of Eggplant #A0057E

Tints of Eggplant #A0057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 54.98%
G = 1.72%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0057E (or 0xA0057E) is known color: Eggplant. HEX triplet: A0, 05 and 7E. RGB value is (160,5,126). Sum of RGB (Red+Green+Blue) = 160+5+126=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0057E is #5FFA81. Grayscale: #404040. Windows color (decimal): -6290050 or 8258976. OLE color: 8258976.

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

Color convert

RGB 160 5 126 -
CMYK 0 0.97 0.21 0.37
HSL 313.16º 0.94% 0.32% -
HSV(B) 313.16º 0.97% 0.63% -
XYZ 18.32 9.09 20.53 -
YUV 65.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 160 5 126 0 0.97 0.21 0.37 313.16 0.94 0.32
Hex A0 5 7E 0 61 15 25 139 5E 20
Octal 240 5 176 0 141 25 45 471 136 40
Binary 10100000 101 1111110 0 1100001 10101 100101 100111001 1011110 100000

Color Harmonies of #A0057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0057E

Black with #A0057E

Text Example


Text Example

White with #A0057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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