Shades of Medium Purple #A95EFF
Tints of Medium Purple #A95EFF
RGB
CMYK
RGB Variations
Color information
#A95EFF (or 0xA95EFF) is known color: Medium Purple. HEX triplet: A9, 5E and FF. RGB value is (169,94,255). Sum of RGB (Red+Green+Blue) = 169+94+255=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A95EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95EFF is #56A100. Grayscale: #868686. Windows color (decimal): -5677313 or 16735913. OLE color: 16735913.
HSL color Cylindrical-coordinate representation of color #A95EFF: hue angle of 267.95º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A95EFF is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 94 | 255 | - |
| CMYK | 0.34 | 0.63 | 0 | 0 |
| HSL | 267.95º | 1% | 0.68% | - |
| HSV(B) | 267.95º | 0.63% | 1% | - |
| XYZ | 38.41 | 23.66 | 97.15 | - |
| YUV | 134.78 | 195.85 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 255 | 0.34 | 0.63 | 0 | 0 | 267.95 | 1 | 0.68 |
| Hex | A9 | 5E | FF | 22 | 3F | 0 | 0 | 10C | 64 | 44 |
| Octal | 251 | 136 | 377 | 42 | 77 | 0 | 0 | 414 | 144 | 104 |
| Binary | 10101001 | 1011110 | 11111111 | 100010 | 111111 | 0 | 0 | 100001100 | 1100100 | 1000100 |
Color Harmonies of #A95EFF
Complementary color
Monochromatic Colors of #A95EFF
Black with #A95EFF
Text Example
Text Example
White with #A95EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95EFF; }
p { color: rgb(169,94,255); }
H1.HeaderClassName
{
color: #A95EFF;
}
.AnyTagClassName
{
color: #A95EFF;
}
</style>
background-color css
<style>
a { background-color: #A95EFF; }
a { background-color: rgb(169,94,255); }
div.DivClassName
{
background-color: #A95EFF;
}
.BgClassName
{
background-color: #A95EFF;
}
</style>
border-color css
<style>
span { border-color: #A95EFF; }
span { border-color: rgb(169,94,255); }
td.TdClassName
{
border-color: #A95EFF;
}
.TagClassName
{
border-color: #A95EFF;
}
</style>