Shades of Medium Purple #A057FC
Tints of Medium Purple #A057FC
RGB
CMYK
RGB Variations
Color information
#A057FC (or 0xA057FC) is known color: Medium Purple. HEX triplet: A0, 57 and FC. RGB value is (160,87,252). Sum of RGB (Red+Green+Blue) = 160+87+252=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #A057FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057FC is #5FA803. Grayscale: #7F7F7F. Windows color (decimal): -6268932 or 16537504. OLE color: 16537504.
HSL color Cylindrical-coordinate representation of color #A057FC: hue angle of 266.55º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A057FC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 87 | 252 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.01 |
| HSL | 266.55º | 0.96% | 0.66% | - |
| HSV(B) | 266.55º | 0.65% | 0.99% | - |
| XYZ | 35.48 | 21.32 | 94.34 | - |
| YUV | 127.64 | 198.18 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 252 | 0.37 | 0.65 | 0 | 0.01 | 266.55 | 0.96 | 0.66 |
| Hex | A0 | 57 | FC | 25 | 41 | 0 | 1 | 10B | 60 | 42 |
| Octal | 240 | 127 | 374 | 45 | 101 | 0 | 1 | 413 | 140 | 102 |
| Binary | 10100000 | 1010111 | 11111100 | 100101 | 1000001 | 0 | 1 | 100001011 | 1100000 | 1000010 |
Color Harmonies of #A057FC
Complementary color
Monochromatic Colors of #A057FC
Black with #A057FC
Text Example
Text Example
White with #A057FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A057FC; }
p { color: rgb(160,87,252); }
H1.HeaderClassName
{
color: #A057FC;
}
.AnyTagClassName
{
color: #A057FC;
}
</style>
background-color css
<style>
a { background-color: #A057FC; }
a { background-color: rgb(160,87,252); }
div.DivClassName
{
background-color: #A057FC;
}
.BgClassName
{
background-color: #A057FC;
}
</style>
border-color css
<style>
span { border-color: #A057FC; }
span { border-color: rgb(160,87,252); }
td.TdClassName
{
border-color: #A057FC;
}
.TagClassName
{
border-color: #A057FC;
}
</style>