Html Css Color HEX #A0057F Eggplant

📋 copy color: '#A0057F'

red 160 ◦ green 5 ◦ blue 127

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

Shades of Eggplant #A0057F

Tints of Eggplant #A0057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.49%

R = 54.79%
G = 1.71%
B = 43.49%

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

#A0057F (or 0xA0057F) is known color: Eggplant. HEX triplet: A0, 05 and 7F. RGB value is (160,5,127). Sum of RGB (Red+Green+Blue) = 160+5+127=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0057F is #5FFA80. Grayscale: #404040. Windows color (decimal): -6290049 or 8324512. OLE color: 8324512.

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

Color convert

RGB 160 5 127 -
CMYK 0 0.97 0.21 0.37
HSL 312.77º 0.94% 0.32% -
HSV(B) 312.77º 0.97% 0.63% -
XYZ 18.38 9.11 20.87 -
YUV 65.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 160 5 127 0 0.97 0.21 0.37 312.77 0.94 0.32
Hex A0 5 7F 0 61 15 25 139 5E 20
Octal 240 5 177 0 141 25 45 471 136 40
Binary 10100000 101 1111111 0 1100001 10101 100101 100111001 1011110 100000

Color Harmonies of #A0057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0057F

Black with #A0057F

Text Example


Text Example

White with #A0057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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