Shades of Medium Purple #A959F4
Tints of Medium Purple #A959F4
RGB
CMYK
RGB Variations
Color information
#A959F4 (or 0xA959F4) is known color: Medium Purple. HEX triplet: A9, 59 and F4. RGB value is (169,89,244). Sum of RGB (Red+Green+Blue) = 169+89+244=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #A959F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959F4 is #56A60B. Grayscale: #828282. Windows color (decimal): -5678604 or 16013737. OLE color: 16013737.
HSL color Cylindrical-coordinate representation of color #A959F4: hue angle of 270.97º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A959F4 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 89 | 244 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.04 |
| HSL | 270.97º | 0.88% | 0.65% | - |
| HSV(B) | 270.97º | 0.64% | 0.96% | - |
| XYZ | 36.26 | 22.11 | 87.94 | - |
| YUV | 130.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 244 | 0.31 | 0.64 | 0 | 0.04 | 270.97 | 0.88 | 0.65 |
| Hex | A9 | 59 | F4 | 1F | 40 | 0 | 4 | 10F | 58 | 41 |
| Octal | 251 | 131 | 364 | 37 | 100 | 0 | 4 | 417 | 130 | 101 |
| Binary | 10101001 | 1011001 | 11110100 | 11111 | 1000000 | 0 | 100 | 100001111 | 1011000 | 1000001 |
Color Harmonies of #A959F4
Complementary color
Monochromatic Colors of #A959F4
Black with #A959F4
Text Example
Text Example
White with #A959F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959F4; }
p { color: rgb(169,89,244); }
H1.HeaderClassName
{
color: #A959F4;
}
.AnyTagClassName
{
color: #A959F4;
}
</style>
background-color css
<style>
a { background-color: #A959F4; }
a { background-color: rgb(169,89,244); }
div.DivClassName
{
background-color: #A959F4;
}
.BgClassName
{
background-color: #A959F4;
}
</style>
border-color css
<style>
span { border-color: #A959F4; }
span { border-color: rgb(169,89,244); }
td.TdClassName
{
border-color: #A959F4;
}
.TagClassName
{
border-color: #A959F4;
}
</style>