Shades of Medium Purple #A96BEC
Tints of Medium Purple #A96BEC
RGB
CMYK
RGB Variations
Color information
#A96BEC (or 0xA96BEC) is known color: Medium Purple. HEX triplet: A9, 6B and EC. RGB value is (169,107,236). Sum of RGB (Red+Green+Blue) = 169+107+236=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #A96BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BEC is #569413. Grayscale: #8B8B8B. Windows color (decimal): -5674004 or 15494057. OLE color: 15494057.
HSL color Cylindrical-coordinate representation of color #A96BEC: hue angle of 268.84º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96BEC is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 107 | 236 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.07 |
| HSL | 268.84º | 0.77% | 0.67% | - |
| HSV(B) | 268.84º | 0.55% | 0.93% | - |
| XYZ | 36.76 | 25.01 | 82.25 | - |
| YUV | 140.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 107 | 236 | 0.28 | 0.55 | 0 | 0.07 | 268.84 | 0.77 | 0.67 |
| Hex | A9 | 6B | EC | 1C | 37 | 0 | 7 | 10D | 4D | 43 |
| Octal | 251 | 153 | 354 | 34 | 67 | 0 | 7 | 415 | 115 | 103 |
| Binary | 10101001 | 1101011 | 11101100 | 11100 | 110111 | 0 | 111 | 100001101 | 1001101 | 1000011 |
Color Harmonies of #A96BEC
Complementary color
Monochromatic Colors of #A96BEC
Black with #A96BEC
Text Example
Text Example
White with #A96BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96BEC; }
p { color: rgb(169,107,236); }
H1.HeaderClassName
{
color: #A96BEC;
}
.AnyTagClassName
{
color: #A96BEC;
}
</style>
background-color css
<style>
a { background-color: #A96BEC; }
a { background-color: rgb(169,107,236); }
div.DivClassName
{
background-color: #A96BEC;
}
.BgClassName
{
background-color: #A96BEC;
}
</style>
border-color css
<style>
span { border-color: #A96BEC; }
span { border-color: rgb(169,107,236); }
td.TdClassName
{
border-color: #A96BEC;
}
.TagClassName
{
border-color: #A96BEC;
}
</style>