Shades of Medium Purple #A959FD
Tints of Medium Purple #A959FD
RGB
CMYK
RGB Variations
Color information
#A959FD (or 0xA959FD) is known color: Medium Purple. HEX triplet: A9, 59 and FD. RGB value is (169,89,253). Sum of RGB (Red+Green+Blue) = 169+89+253=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #A959FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959FD is #56A602. Grayscale: #838383. Windows color (decimal): -5678595 or 16603561. OLE color: 16603561.
HSL color Cylindrical-coordinate representation of color #A959FD: hue angle of 269.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A959FD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 89 | 253 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.01 |
| HSL | 269.27º | 0.98% | 0.67% | - |
| HSV(B) | 269.27º | 0.65% | 0.99% | - |
| XYZ | 37.66 | 22.67 | 95.32 | - |
| YUV | 131.62 | 196.5 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 253 | 0.33 | 0.65 | 0 | 0.01 | 269.27 | 0.98 | 0.67 |
| Hex | A9 | 59 | FD | 21 | 41 | 0 | 1 | 10D | 62 | 43 |
| Octal | 251 | 131 | 375 | 41 | 101 | 0 | 1 | 415 | 142 | 103 |
| Binary | 10101001 | 1011001 | 11111101 | 100001 | 1000001 | 0 | 1 | 100001101 | 1100010 | 1000011 |
Color Harmonies of #A959FD
Complementary color
Monochromatic Colors of #A959FD
Black with #A959FD
Text Example
Text Example
White with #A959FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959FD; }
p { color: rgb(169,89,253); }
H1.HeaderClassName
{
color: #A959FD;
}
.AnyTagClassName
{
color: #A959FD;
}
</style>
background-color css
<style>
a { background-color: #A959FD; }
a { background-color: rgb(169,89,253); }
div.DivClassName
{
background-color: #A959FD;
}
.BgClassName
{
background-color: #A959FD;
}
</style>
border-color css
<style>
span { border-color: #A959FD; }
span { border-color: rgb(169,89,253); }
td.TdClassName
{
border-color: #A959FD;
}
.TagClassName
{
border-color: #A959FD;
}
</style>