Shades of Medium Purple #A96AFE
Tints of Medium Purple #A96AFE
RGB
CMYK
RGB Variations
Color information
#A96AFE (or 0xA96AFE) is known color: Medium Purple. HEX triplet: A9, 6A and FE. RGB value is (169,106,254). Sum of RGB (Red+Green+Blue) = 169+106+254=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #A96AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96AFE is #569501. Grayscale: #8D8D8D. Windows color (decimal): -5674242 or 16673449. OLE color: 16673449.
HSL color Cylindrical-coordinate representation of color #A96AFE: hue angle of 265.54º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A96AFE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 106 | 254 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.00 |
| HSL | 265.54º | 0.99% | 0.71% | - |
| HSV(B) | 265.54º | 0.58% | 1% | - |
| XYZ | 39.41 | 25.9 | 96.69 | - |
| YUV | 141.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 254 | 0.33 | 0.58 | 0 | 0.00 | 265.54 | 0.99 | 0.71 |
| Hex | A9 | 6A | FE | 21 | 3A | 0 | 0 | 10A | 63 | 47 |
| Octal | 251 | 152 | 376 | 41 | 72 | 0 | 0 | 412 | 143 | 107 |
| Binary | 10101001 | 1101010 | 11111110 | 100001 | 111010 | 0 | 0 | 100001010 | 1100011 | 1000111 |
Color Harmonies of #A96AFE
Complementary color
Monochromatic Colors of #A96AFE
Black with #A96AFE
Text Example
Text Example
White with #A96AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96AFE; }
p { color: rgb(169,106,254); }
H1.HeaderClassName
{
color: #A96AFE;
}
.AnyTagClassName
{
color: #A96AFE;
}
</style>
background-color css
<style>
a { background-color: #A96AFE; }
a { background-color: rgb(169,106,254); }
div.DivClassName
{
background-color: #A96AFE;
}
.BgClassName
{
background-color: #A96AFE;
}
</style>
border-color css
<style>
span { border-color: #A96AFE; }
span { border-color: rgb(169,106,254); }
td.TdClassName
{
border-color: #A96AFE;
}
.TagClassName
{
border-color: #A96AFE;
}
</style>