Shades of Medium Purple #A959FA
Tints of Medium Purple #A959FA
RGB
CMYK
RGB Variations
Color information
#A959FA (or 0xA959FA) is known color: Medium Purple. HEX triplet: A9, 59 and FA. RGB value is (169,89,250). Sum of RGB (Red+Green+Blue) = 169+89+250=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #A959FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959FA is #56A605. Grayscale: #828282. Windows color (decimal): -5678598 or 16406953. OLE color: 16406953.
HSL color Cylindrical-coordinate representation of color #A959FA: hue angle of 269.81º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A959FA is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 89 | 250 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.02 |
| HSL | 269.81º | 0.94% | 0.66% | - |
| HSV(B) | 269.81º | 0.64% | 0.98% | - |
| XYZ | 37.19 | 22.48 | 92.82 | - |
| YUV | 131.27 | 195 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 250 | 0.32 | 0.64 | 0 | 0.02 | 269.81 | 0.94 | 0.66 |
| Hex | A9 | 59 | FA | 20 | 40 | 0 | 2 | 10E | 5E | 42 |
| Octal | 251 | 131 | 372 | 40 | 100 | 0 | 2 | 416 | 136 | 102 |
| Binary | 10101001 | 1011001 | 11111010 | 100000 | 1000000 | 0 | 10 | 100001110 | 1011110 | 1000010 |
Color Harmonies of #A959FA
Complementary color
Monochromatic Colors of #A959FA
Black with #A959FA
Text Example
Text Example
White with #A959FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959FA; }
p { color: rgb(169,89,250); }
H1.HeaderClassName
{
color: #A959FA;
}
.AnyTagClassName
{
color: #A959FA;
}
</style>
background-color css
<style>
a { background-color: #A959FA; }
a { background-color: rgb(169,89,250); }
div.DivClassName
{
background-color: #A959FA;
}
.BgClassName
{
background-color: #A959FA;
}
</style>
border-color css
<style>
span { border-color: #A959FA; }
span { border-color: rgb(169,89,250); }
td.TdClassName
{
border-color: #A959FA;
}
.TagClassName
{
border-color: #A959FA;
}
</style>