Shades of Medium Purple #A857FA
Tints of Medium Purple #A857FA
RGB
CMYK
RGB Variations
Color information
#A857FA (or 0xA857FA) is known color: Medium Purple. HEX triplet: A8, 57 and FA. RGB value is (168,87,250). Sum of RGB (Red+Green+Blue) = 168+87+250=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #A857FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857FA is #57A805. Grayscale: #818181. Windows color (decimal): -5744646 or 16406440. OLE color: 16406440.
HSL color Cylindrical-coordinate representation of color #A857FA: hue angle of 269.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A857FA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 87 | 250 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.02 |
| HSL | 269.82º | 0.94% | 0.66% | - |
| HSV(B) | 269.82º | 0.65% | 0.98% | - |
| XYZ | 36.81 | 22.04 | 92.76 | - |
| YUV | 129.8 | 195.84 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 250 | 0.33 | 0.65 | 0 | 0.02 | 269.82 | 0.94 | 0.66 |
| Hex | A8 | 57 | FA | 21 | 41 | 0 | 2 | 10E | 5E | 42 |
| Octal | 250 | 127 | 372 | 41 | 101 | 0 | 2 | 416 | 136 | 102 |
| Binary | 10101000 | 1010111 | 11111010 | 100001 | 1000001 | 0 | 10 | 100001110 | 1011110 | 1000010 |
Color Harmonies of #A857FA
Complementary color
Monochromatic Colors of #A857FA
Black with #A857FA
Text Example
Text Example
White with #A857FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857FA; }
p { color: rgb(168,87,250); }
H1.HeaderClassName
{
color: #A857FA;
}
.AnyTagClassName
{
color: #A857FA;
}
</style>
background-color css
<style>
a { background-color: #A857FA; }
a { background-color: rgb(168,87,250); }
div.DivClassName
{
background-color: #A857FA;
}
.BgClassName
{
background-color: #A857FA;
}
</style>
border-color css
<style>
span { border-color: #A857FA; }
span { border-color: rgb(168,87,250); }
td.TdClassName
{
border-color: #A857FA;
}
.TagClassName
{
border-color: #A857FA;
}
</style>