Shades of Medium Purple #A96CFE
Tints of Medium Purple #A96CFE
RGB
CMYK
RGB Variations
Color information
#A96CFE (or 0xA96CFE) is known color: Medium Purple. HEX triplet: A9, 6C and FE. RGB value is (169,108,254). Sum of RGB (Red+Green+Blue) = 169+108+254=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #A96CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CFE is #569301. Grayscale: #8E8E8E. Windows color (decimal): -5673730 or 16673961. OLE color: 16673961.
HSL color Cylindrical-coordinate representation of color #A96CFE: hue angle of 265.07º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96CFE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 108 | 254 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.00 |
| HSL | 265.07º | 0.99% | 0.71% | - |
| HSV(B) | 265.07º | 0.57% | 1% | - |
| XYZ | 39.61 | 26.32 | 96.76 | - |
| YUV | 142.88 | 190.71 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 254 | 0.33 | 0.57 | 0 | 0.00 | 265.07 | 0.99 | 0.71 |
| Hex | A9 | 6C | FE | 21 | 39 | 0 | 0 | 109 | 63 | 47 |
| Octal | 251 | 154 | 376 | 41 | 71 | 0 | 0 | 411 | 143 | 107 |
| Binary | 10101001 | 1101100 | 11111110 | 100001 | 111001 | 0 | 0 | 100001001 | 1100011 | 1000111 |
Color Harmonies of #A96CFE
Complementary color
Monochromatic Colors of #A96CFE
Black with #A96CFE
Text Example
Text Example
White with #A96CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CFE; }
p { color: rgb(169,108,254); }
H1.HeaderClassName
{
color: #A96CFE;
}
.AnyTagClassName
{
color: #A96CFE;
}
</style>
background-color css
<style>
a { background-color: #A96CFE; }
a { background-color: rgb(169,108,254); }
div.DivClassName
{
background-color: #A96CFE;
}
.BgClassName
{
background-color: #A96CFE;
}
</style>
border-color css
<style>
span { border-color: #A96CFE; }
span { border-color: rgb(169,108,254); }
td.TdClassName
{
border-color: #A96CFE;
}
.TagClassName
{
border-color: #A96CFE;
}
</style>