Shades of Medium Purple #A956FA
Tints of Medium Purple #A956FA
RGB
CMYK
RGB Variations
Color information
#A956FA (or 0xA956FA) is known color: Medium Purple. HEX triplet: A9, 56 and FA. RGB value is (169,86,250). Sum of RGB (Red+Green+Blue) = 169+86+250=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 86 (33.98% from 255 or 17.03% 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 #A956FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A956FA is #56A905. Grayscale: #808080. Windows color (decimal): -5679366 or 16406185. OLE color: 16406185.
HSL color Cylindrical-coordinate representation of color #A956FA: hue angle of 270.37º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A956FA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 86 | 250 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 270.37º | 0.94% | 0.66% | - |
| HSV(B) | 270.37º | 0.66% | 0.98% | - |
| XYZ | 36.95 | 21.99 | 92.74 | - |
| YUV | 129.51 | 196 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 250 | 0.32 | 0.66 | 0 | 0.02 | 270.37 | 0.94 | 0.66 |
| Hex | A9 | 56 | FA | 20 | 42 | 0 | 2 | 10E | 5E | 42 |
| Octal | 251 | 126 | 372 | 40 | 102 | 0 | 2 | 416 | 136 | 102 |
| Binary | 10101001 | 1010110 | 11111010 | 100000 | 1000010 | 0 | 10 | 100001110 | 1011110 | 1000010 |
Color Harmonies of #A956FA
Complementary color
Monochromatic Colors of #A956FA
Black with #A956FA
Text Example
Text Example
White with #A956FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956FA; }
p { color: rgb(169,86,250); }
H1.HeaderClassName
{
color: #A956FA;
}
.AnyTagClassName
{
color: #A956FA;
}
</style>
background-color css
<style>
a { background-color: #A956FA; }
a { background-color: rgb(169,86,250); }
div.DivClassName
{
background-color: #A956FA;
}
.BgClassName
{
background-color: #A956FA;
}
</style>
border-color css
<style>
span { border-color: #A956FA; }
span { border-color: rgb(169,86,250); }
td.TdClassName
{
border-color: #A956FA;
}
.TagClassName
{
border-color: #A956FA;
}
</style>