Shades of Medium Purple #A96FEC
Tints of Medium Purple #A96FEC
RGB
CMYK
RGB Variations
Color information
#A96FEC (or 0xA96FEC) is known color: Medium Purple. HEX triplet: A9, 6F and EC. RGB value is (169,111,236). Sum of RGB (Red+Green+Blue) = 169+111+236=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A96FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FEC is #569013. Grayscale: #8E8E8E. Windows color (decimal): -5672980 or 15495081. OLE color: 15495081.
HSL color Cylindrical-coordinate representation of color #A96FEC: hue angle of 267.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96FEC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 111 | 236 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.07 |
| HSL | 267.84º | 0.77% | 0.68% | - |
| HSV(B) | 267.84º | 0.53% | 0.93% | - |
| XYZ | 37.19 | 25.86 | 82.39 | - |
| YUV | 142.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 236 | 0.28 | 0.53 | 0 | 0.07 | 267.84 | 0.77 | 0.68 |
| Hex | A9 | 6F | EC | 1C | 35 | 0 | 7 | 10C | 4D | 44 |
| Octal | 251 | 157 | 354 | 34 | 65 | 0 | 7 | 414 | 115 | 104 |
| Binary | 10101001 | 1101111 | 11101100 | 11100 | 110101 | 0 | 111 | 100001100 | 1001101 | 1000100 |
Color Harmonies of #A96FEC
Complementary color
Monochromatic Colors of #A96FEC
Black with #A96FEC
Text Example
Text Example
White with #A96FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FEC; }
p { color: rgb(169,111,236); }
H1.HeaderClassName
{
color: #A96FEC;
}
.AnyTagClassName
{
color: #A96FEC;
}
</style>
background-color css
<style>
a { background-color: #A96FEC; }
a { background-color: rgb(169,111,236); }
div.DivClassName
{
background-color: #A96FEC;
}
.BgClassName
{
background-color: #A96FEC;
}
</style>
border-color css
<style>
span { border-color: #A96FEC; }
span { border-color: rgb(169,111,236); }
td.TdClassName
{
border-color: #A96FEC;
}
.TagClassName
{
border-color: #A96FEC;
}
</style>