Shades of Medium Purple #A96EEF
Tints of Medium Purple #A96EEF
RGB
CMYK
RGB Variations
Color information
#A96EEF (or 0xA96EEF) is known color: Medium Purple. HEX triplet: A9, 6E and EF. RGB value is (169,110,239). Sum of RGB (Red+Green+Blue) = 169+110+239=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #A96EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EEF is #569110. Grayscale: #8D8D8D. Windows color (decimal): -5673233 or 15691433. OLE color: 15691433.
HSL color Cylindrical-coordinate representation of color #A96EEF: hue angle of 267.44º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96EEF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 110 | 239 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.06 |
| HSL | 267.44º | 0.8% | 0.68% | - |
| HSV(B) | 267.44º | 0.54% | 0.94% | - |
| XYZ | 37.52 | 25.82 | 84.67 | - |
| YUV | 142.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 239 | 0.29 | 0.54 | 0 | 0.06 | 267.44 | 0.8 | 0.68 |
| Hex | A9 | 6E | EF | 1D | 36 | 0 | 6 | 10B | 50 | 44 |
| Octal | 251 | 156 | 357 | 35 | 66 | 0 | 6 | 413 | 120 | 104 |
| Binary | 10101001 | 1101110 | 11101111 | 11101 | 110110 | 0 | 110 | 100001011 | 1010000 | 1000100 |
Color Harmonies of #A96EEF
Complementary color
Monochromatic Colors of #A96EEF
Black with #A96EEF
Text Example
Text Example
White with #A96EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96EEF; }
p { color: rgb(169,110,239); }
H1.HeaderClassName
{
color: #A96EEF;
}
.AnyTagClassName
{
color: #A96EEF;
}
</style>
background-color css
<style>
a { background-color: #A96EEF; }
a { background-color: rgb(169,110,239); }
div.DivClassName
{
background-color: #A96EEF;
}
.BgClassName
{
background-color: #A96EEF;
}
</style>
border-color css
<style>
span { border-color: #A96EEF; }
span { border-color: rgb(169,110,239); }
td.TdClassName
{
border-color: #A96EEF;
}
.TagClassName
{
border-color: #A96EEF;
}
</style>