Shades of Medium Purple #A95CFF
Tints of Medium Purple #A95CFF
RGB
CMYK
RGB Variations
Color information
#A95CFF (or 0xA95CFF) is known color: Medium Purple. HEX triplet: A9, 5C and FF. RGB value is (169,92,255). Sum of RGB (Red+Green+Blue) = 169+92+255=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A95CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95CFF is #56A300. Grayscale: #858585. Windows color (decimal): -5677825 or 16735401. OLE color: 16735401.
HSL color Cylindrical-coordinate representation of color #A95CFF: hue angle of 268.34º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A95CFF is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 92 | 255 | - |
| CMYK | 0.34 | 0.64 | 0 | 0 |
| HSL | 268.34º | 1% | 0.68% | - |
| HSV(B) | 268.34º | 0.64% | 1% | - |
| XYZ | 38.24 | 23.31 | 97.09 | - |
| YUV | 133.61 | 196.51 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 255 | 0.34 | 0.64 | 0 | 0 | 268.34 | 1 | 0.68 |
| Hex | A9 | 5C | FF | 22 | 40 | 0 | 0 | 10C | 64 | 44 |
| Octal | 251 | 134 | 377 | 42 | 100 | 0 | 0 | 414 | 144 | 104 |
| Binary | 10101001 | 1011100 | 11111111 | 100010 | 1000000 | 0 | 0 | 100001100 | 1100100 | 1000100 |
Color Harmonies of #A95CFF
Complementary color
Monochromatic Colors of #A95CFF
Black with #A95CFF
Text Example
Text Example
White with #A95CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CFF; }
p { color: rgb(169,92,255); }
H1.HeaderClassName
{
color: #A95CFF;
}
.AnyTagClassName
{
color: #A95CFF;
}
</style>
background-color css
<style>
a { background-color: #A95CFF; }
a { background-color: rgb(169,92,255); }
div.DivClassName
{
background-color: #A95CFF;
}
.BgClassName
{
background-color: #A95CFF;
}
</style>
border-color css
<style>
span { border-color: #A95CFF; }
span { border-color: rgb(169,92,255); }
td.TdClassName
{
border-color: #A95CFF;
}
.TagClassName
{
border-color: #A95CFF;
}
</style>