Shades of Medium Purple #A956FF
Tints of Medium Purple #A956FF
RGB
CMYK
RGB Variations
Color information
#A956FF (or 0xA956FF) is known color: Medium Purple. HEX triplet: A9, 56 and FF. RGB value is (169,86,255). Sum of RGB (Red+Green+Blue) = 169+86+255=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #A956FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A956FF is #56A900. Grayscale: #818181. Windows color (decimal): -5679361 or 16733865. OLE color: 16733865.
HSL color Cylindrical-coordinate representation of color #A956FF: hue angle of 269.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A956FF is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 86 | 255 | - |
| CMYK | 0.34 | 0.66 | 0 | 0 |
| HSL | 269.47º | 1% | 0.67% | - |
| HSV(B) | 269.47º | 0.66% | 1% | - |
| XYZ | 37.74 | 22.31 | 96.93 | - |
| YUV | 130.08 | 198.5 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 255 | 0.34 | 0.66 | 0 | 0 | 269.47 | 1 | 0.67 |
| Hex | A9 | 56 | FF | 22 | 42 | 0 | 0 | 10D | 64 | 43 |
| Octal | 251 | 126 | 377 | 42 | 102 | 0 | 0 | 415 | 144 | 103 |
| Binary | 10101001 | 1010110 | 11111111 | 100010 | 1000010 | 0 | 0 | 100001101 | 1100100 | 1000011 |
Color Harmonies of #A956FF
Complementary color
Monochromatic Colors of #A956FF
Black with #A956FF
Text Example
Text Example
White with #A956FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956FF; }
p { color: rgb(169,86,255); }
H1.HeaderClassName
{
color: #A956FF;
}
.AnyTagClassName
{
color: #A956FF;
}
</style>
background-color css
<style>
a { background-color: #A956FF; }
a { background-color: rgb(169,86,255); }
div.DivClassName
{
background-color: #A956FF;
}
.BgClassName
{
background-color: #A956FF;
}
</style>
border-color css
<style>
span { border-color: #A956FF; }
span { border-color: rgb(169,86,255); }
td.TdClassName
{
border-color: #A956FF;
}
.TagClassName
{
border-color: #A956FF;
}
</style>