Shades of Medium Purple #A95FFF
Tints of Medium Purple #A95FFF
RGB
CMYK
RGB Variations
Color information
#A95FFF (or 0xA95FFF) is known color: Medium Purple. HEX triplet: A9, 5F and FF. RGB value is (169,95,255). Sum of RGB (Red+Green+Blue) = 169+95+255=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #A95FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95FFF is #56A000. Grayscale: #868686. Windows color (decimal): -5677057 or 16736169. OLE color: 16736169.
HSL color Cylindrical-coordinate representation of color #A95FFF: hue angle of 267.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A95FFF is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 95 | 255 | - |
| CMYK | 0.34 | 0.63 | 0 | 0 |
| HSL | 267.75º | 1% | 0.69% | - |
| HSV(B) | 267.75º | 0.63% | 1% | - |
| XYZ | 38.5 | 23.84 | 97.18 | - |
| YUV | 135.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 255 | 0.34 | 0.63 | 0 | 0 | 267.75 | 1 | 0.69 |
| Hex | A9 | 5F | FF | 22 | 3F | 0 | 0 | 10C | 64 | 45 |
| Octal | 251 | 137 | 377 | 42 | 77 | 0 | 0 | 414 | 144 | 105 |
| Binary | 10101001 | 1011111 | 11111111 | 100010 | 111111 | 0 | 0 | 100001100 | 1100100 | 1000101 |
Color Harmonies of #A95FFF
Complementary color
Monochromatic Colors of #A95FFF
Black with #A95FFF
Text Example
Text Example
White with #A95FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95FFF; }
p { color: rgb(169,95,255); }
H1.HeaderClassName
{
color: #A95FFF;
}
.AnyTagClassName
{
color: #A95FFF;
}
</style>
background-color css
<style>
a { background-color: #A95FFF; }
a { background-color: rgb(169,95,255); }
div.DivClassName
{
background-color: #A95FFF;
}
.BgClassName
{
background-color: #A95FFF;
}
</style>
border-color css
<style>
span { border-color: #A95FFF; }
span { border-color: rgb(169,95,255); }
td.TdClassName
{
border-color: #A95FFF;
}
.TagClassName
{
border-color: #A95FFF;
}
</style>