Shades of Medium Purple #A96CEC
Tints of Medium Purple #A96CEC
RGB
CMYK
RGB Variations
Color information
#A96CEC (or 0xA96CEC) is known color: Medium Purple. HEX triplet: A9, 6C and EC. RGB value is (169,108,236). Sum of RGB (Red+Green+Blue) = 169+108+236=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A96CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CEC is #569313. Grayscale: #8C8C8C. Windows color (decimal): -5673748 or 15494313. OLE color: 15494313.
HSL color Cylindrical-coordinate representation of color #A96CEC: hue angle of 268.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96CEC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 108 | 236 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.07 |
| HSL | 268.59º | 0.77% | 0.67% | - |
| HSV(B) | 268.59º | 0.54% | 0.93% | - |
| XYZ | 36.87 | 25.22 | 82.28 | - |
| YUV | 140.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 108 | 236 | 0.28 | 0.54 | 0 | 0.07 | 268.59 | 0.77 | 0.67 |
| Hex | A9 | 6C | EC | 1C | 36 | 0 | 7 | 10D | 4D | 43 |
| Octal | 251 | 154 | 354 | 34 | 66 | 0 | 7 | 415 | 115 | 103 |
| Binary | 10101001 | 1101100 | 11101100 | 11100 | 110110 | 0 | 111 | 100001101 | 1001101 | 1000011 |
Color Harmonies of #A96CEC
Complementary color
Monochromatic Colors of #A96CEC
Black with #A96CEC
Text Example
Text Example
White with #A96CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96CEC; }
p { color: rgb(169,108,236); }
H1.HeaderClassName
{
color: #A96CEC;
}
.AnyTagClassName
{
color: #A96CEC;
}
</style>
background-color css
<style>
a { background-color: #A96CEC; }
a { background-color: rgb(169,108,236); }
div.DivClassName
{
background-color: #A96CEC;
}
.BgClassName
{
background-color: #A96CEC;
}
</style>
border-color css
<style>
span { border-color: #A96CEC; }
span { border-color: rgb(169,108,236); }
td.TdClassName
{
border-color: #A96CEC;
}
.TagClassName
{
border-color: #A96CEC;
}
</style>