Shades of Medium Purple #A96FEE
Tints of Medium Purple #A96FEE
RGB
CMYK
RGB Variations
Color information
#A96FEE (or 0xA96FEE) is known color: Medium Purple. HEX triplet: A9, 6F and EE. RGB value is (169,111,238). Sum of RGB (Red+Green+Blue) = 169+111+238=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #A96FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FEE is #569011. Grayscale: #8E8E8E. Windows color (decimal): -5672978 or 15626153. OLE color: 15626153.
HSL color Cylindrical-coordinate representation of color #A96FEE: hue angle of 267.4º degrees, saturation: 0.79, 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 #A96FEE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 111 | 238 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 267.4º | 0.79% | 0.68% | - |
| HSV(B) | 267.4º | 0.53% | 0.93% | - |
| XYZ | 37.48 | 25.98 | 83.93 | - |
| YUV | 142.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 111 | 238 | 0.29 | 0.53 | 0 | 0.07 | 267.4 | 0.79 | 0.68 |
| Hex | A9 | 6F | EE | 1D | 35 | 0 | 7 | 10B | 4F | 44 |
| Octal | 251 | 157 | 356 | 35 | 65 | 0 | 7 | 413 | 117 | 104 |
| Binary | 10101001 | 1101111 | 11101110 | 11101 | 110101 | 0 | 111 | 100001011 | 1001111 | 1000100 |
Color Harmonies of #A96FEE
Complementary color
Monochromatic Colors of #A96FEE
Black with #A96FEE
Text Example
Text Example
White with #A96FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96FEE; }
p { color: rgb(169,111,238); }
H1.HeaderClassName
{
color: #A96FEE;
}
.AnyTagClassName
{
color: #A96FEE;
}
</style>
background-color css
<style>
a { background-color: #A96FEE; }
a { background-color: rgb(169,111,238); }
div.DivClassName
{
background-color: #A96FEE;
}
.BgClassName
{
background-color: #A96FEE;
}
</style>
border-color css
<style>
span { border-color: #A96FEE; }
span { border-color: rgb(169,111,238); }
td.TdClassName
{
border-color: #A96FEE;
}
.TagClassName
{
border-color: #A96FEE;
}
</style>