Shades of Medium Purple #A857FC
Tints of Medium Purple #A857FC
RGB
CMYK
RGB Variations
Color information
#A857FC (or 0xA857FC) is known color: Medium Purple. HEX triplet: A8, 57 and FC. RGB value is (168,87,252). Sum of RGB (Red+Green+Blue) = 168+87+252=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #A857FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857FC is #57A803. Grayscale: #818181. Windows color (decimal): -5744644 or 16537512. OLE color: 16537512.
HSL color Cylindrical-coordinate representation of color #A857FC: hue angle of 269.45º 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 #A857FC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 87 | 252 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.01 |
| HSL | 269.45º | 0.96% | 0.66% | - |
| HSV(B) | 269.45º | 0.65% | 0.99% | - |
| XYZ | 37.13 | 22.17 | 94.42 | - |
| YUV | 130.03 | 196.84 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 252 | 0.33 | 0.65 | 0 | 0.01 | 269.45 | 0.96 | 0.66 |
| Hex | A8 | 57 | FC | 21 | 41 | 0 | 1 | 10D | 60 | 42 |
| Octal | 250 | 127 | 374 | 41 | 101 | 0 | 1 | 415 | 140 | 102 |
| Binary | 10101000 | 1010111 | 11111100 | 100001 | 1000001 | 0 | 1 | 100001101 | 1100000 | 1000010 |
Color Harmonies of #A857FC
Complementary color
Monochromatic Colors of #A857FC
Black with #A857FC
Text Example
Text Example
White with #A857FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857FC; }
p { color: rgb(168,87,252); }
H1.HeaderClassName
{
color: #A857FC;
}
.AnyTagClassName
{
color: #A857FC;
}
</style>
background-color css
<style>
a { background-color: #A857FC; }
a { background-color: rgb(168,87,252); }
div.DivClassName
{
background-color: #A857FC;
}
.BgClassName
{
background-color: #A857FC;
}
</style>
border-color css
<style>
span { border-color: #A857FC; }
span { border-color: rgb(168,87,252); }
td.TdClassName
{
border-color: #A857FC;
}
.TagClassName
{
border-color: #A857FC;
}
</style>