Shades of Medium Purple #A95BFE
Tints of Medium Purple #A95BFE
RGB
CMYK
RGB Variations
Color information
#A95BFE (or 0xA95BFE) is known color: Medium Purple. HEX triplet: A9, 5B and FE. RGB value is (169,91,254). Sum of RGB (Red+Green+Blue) = 169+91+254=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #A95BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95BFE is #56A401. Grayscale: #848484. Windows color (decimal): -5678082 or 16669609. OLE color: 16669609.
HSL color Cylindrical-coordinate representation of color #A95BFE: hue angle of 268.71º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A95BFE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 91 | 254 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.00 |
| HSL | 268.71º | 0.99% | 0.68% | - |
| HSV(B) | 268.71º | 0.64% | 1% | - |
| XYZ | 37.99 | 23.07 | 96.22 | - |
| YUV | 132.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 254 | 0.33 | 0.64 | 0 | 0.00 | 268.71 | 0.99 | 0.68 |
| Hex | A9 | 5B | FE | 21 | 40 | 0 | 0 | 10D | 63 | 44 |
| Octal | 251 | 133 | 376 | 41 | 100 | 0 | 0 | 415 | 143 | 104 |
| Binary | 10101001 | 1011011 | 11111110 | 100001 | 1000000 | 0 | 0 | 100001101 | 1100011 | 1000100 |
Color Harmonies of #A95BFE
Complementary color
Monochromatic Colors of #A95BFE
Black with #A95BFE
Text Example
Text Example
White with #A95BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BFE; }
p { color: rgb(169,91,254); }
H1.HeaderClassName
{
color: #A95BFE;
}
.AnyTagClassName
{
color: #A95BFE;
}
</style>
background-color css
<style>
a { background-color: #A95BFE; }
a { background-color: rgb(169,91,254); }
div.DivClassName
{
background-color: #A95BFE;
}
.BgClassName
{
background-color: #A95BFE;
}
</style>
border-color css
<style>
span { border-color: #A95BFE; }
span { border-color: rgb(169,91,254); }
td.TdClassName
{
border-color: #A95BFE;
}
.TagClassName
{
border-color: #A95BFE;
}
</style>