Html Css Color HEX #A057EC Medium Purple

📋 copy color: '#A057EC'

red 160 ◦ green 87 ◦ blue 236

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

Shades of Medium Purple #A057EC

Tints of Medium Purple #A057EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.01%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 33.13%
G = 18.01%
B = 48.86%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A057EC (or 0xA057EC) is known color: Medium Purple. HEX triplet: A0, 57 and EC. RGB value is (160,87,236). Sum of RGB (Red+Green+Blue) = 160+87+236=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A057EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057EC is #5FA813. Grayscale: #7D7D7D. Windows color (decimal): -6268948 or 15488928. OLE color: 15488928.

HSL color Cylindrical-coordinate representation of color #A057EC: hue angle of 269.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A057EC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 87 236 -
CMYK 0.32 0.63 0 0.07
HSL 269.4º 0.8% 0.63% -
HSV(B) 269.4º 0.63% 0.93% -
XYZ 33.05 20.35 81.54 -
YUV 125.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 160 87 236 0.32 0.63 0 0.07 269.4 0.8 0.63
Hex A0 57 EC 20 3F 0 7 10D 50 3F
Octal 240 127 354 40 77 0 7 415 120 77
Binary 10100000 1010111 11101100 100000 111111 0 111 100001101 1010000 111111

Color Harmonies of #A057EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057EC

Black with #A057EC

Text Example


Text Example

White with #A057EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057EC; }

 p { color: rgb(160,87,236); }

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

background-color css

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

 a { background-color: rgb(160,87,236); }

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

border-color css

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

 span { border-color: rgb(160,87,236); }

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