Shades of Medium Purple #A96CED
Tints of Medium Purple #A96CED
RGB
CMYK
RGB Variations
Color information
#A96CED (or 0xA96CED) is known color: Medium Purple. HEX triplet: A9, 6C and ED. RGB value is (169,108,237). Sum of RGB (Red+Green+Blue) = 169+108+237=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #A96CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CED is #569312. Grayscale: #8C8C8C. Windows color (decimal): -5673747 or 15559849. OLE color: 15559849.
HSL color Cylindrical-coordinate representation of color #A96CED: hue angle of 268.37º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96CED is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 108 | 237 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.07 |
| HSL | 268.37º | 0.78% | 0.68% | - |
| HSV(B) | 268.37º | 0.54% | 0.93% | - |
| XYZ | 37.01 | 25.27 | 83.05 | - |
| YUV | 140.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 237 | 0.29 | 0.54 | 0 | 0.07 | 268.37 | 0.78 | 0.68 |
| Hex | A9 | 6C | ED | 1D | 36 | 0 | 7 | 10C | 4E | 44 |
| Octal | 251 | 154 | 355 | 35 | 66 | 0 | 7 | 414 | 116 | 104 |
| Binary | 10101001 | 1101100 | 11101101 | 11101 | 110110 | 0 | 111 | 100001100 | 1001110 | 1000100 |
Color Harmonies of #A96CED
Complementary color
Monochromatic Colors of #A96CED
Black with #A96CED
Text Example
Text Example
White with #A96CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CED; }
p { color: rgb(169,108,237); }
H1.HeaderClassName
{
color: #A96CED;
}
.AnyTagClassName
{
color: #A96CED;
}
</style>
background-color css
<style>
a { background-color: #A96CED; }
a { background-color: rgb(169,108,237); }
div.DivClassName
{
background-color: #A96CED;
}
.BgClassName
{
background-color: #A96CED;
}
</style>
border-color css
<style>
span { border-color: #A96CED; }
span { border-color: rgb(169,108,237); }
td.TdClassName
{
border-color: #A96CED;
}
.TagClassName
{
border-color: #A96CED;
}
</style>