Shades of Medium Purple #A958FF
Tints of Medium Purple #A958FF
RGB
CMYK
RGB Variations
Color information
#A958FF (or 0xA958FF) is known color: Medium Purple. HEX triplet: A9, 58 and FF. RGB value is (169,88,255). Sum of RGB (Red+Green+Blue) = 169+88+255=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #A958FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958FF is #56A700. Grayscale: #828282. Windows color (decimal): -5678849 or 16734377. OLE color: 16734377.
HSL color Cylindrical-coordinate representation of color #A958FF: hue angle of 269.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A958FF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 88 | 255 | - |
| CMYK | 0.34 | 0.65 | 0 | 0 |
| HSL | 269.1º | 1% | 0.67% | - |
| HSV(B) | 269.1º | 0.65% | 1% | - |
| XYZ | 37.9 | 22.63 | 96.98 | - |
| YUV | 131.26 | 197.84 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 255 | 0.34 | 0.65 | 0 | 0 | 269.1 | 1 | 0.67 |
| Hex | A9 | 58 | FF | 22 | 41 | 0 | 0 | 10D | 64 | 43 |
| Octal | 251 | 130 | 377 | 42 | 101 | 0 | 0 | 415 | 144 | 103 |
| Binary | 10101001 | 1011000 | 11111111 | 100010 | 1000001 | 0 | 0 | 100001101 | 1100100 | 1000011 |
Color Harmonies of #A958FF
Complementary color
Monochromatic Colors of #A958FF
Black with #A958FF
Text Example
Text Example
White with #A958FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958FF; }
p { color: rgb(169,88,255); }
H1.HeaderClassName
{
color: #A958FF;
}
.AnyTagClassName
{
color: #A958FF;
}
</style>
background-color css
<style>
a { background-color: #A958FF; }
a { background-color: rgb(169,88,255); }
div.DivClassName
{
background-color: #A958FF;
}
.BgClassName
{
background-color: #A958FF;
}
</style>
border-color css
<style>
span { border-color: #A958FF; }
span { border-color: rgb(169,88,255); }
td.TdClassName
{
border-color: #A958FF;
}
.TagClassName
{
border-color: #A958FF;
}
</style>