Shades of Medium Purple #A16BEC
Tints of Medium Purple #A16BEC
RGB
CMYK
RGB Variations
Color information
#A16BEC (or 0xA16BEC) is known color: Medium Purple. HEX triplet: A1, 6B and EC. RGB value is (161,107,236). Sum of RGB (Red+Green+Blue) = 161+107+236=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #A16BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BEC is #5E9413. Grayscale: #898989. Windows color (decimal): -6198292 or 15494049. OLE color: 15494049.
HSL color Cylindrical-coordinate representation of color #A16BEC: hue angle of 265.12º 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 #A16BEC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 107 | 236 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 265.12º | 0.77% | 0.67% | - |
| HSV(B) | 265.12º | 0.55% | 0.93% | - |
| XYZ | 35.1 | 24.15 | 82.17 | - |
| YUV | 137.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 236 | 0.32 | 0.55 | 0 | 0.07 | 265.12 | 0.77 | 0.67 |
| Hex | A1 | 6B | EC | 20 | 37 | 0 | 7 | 109 | 4D | 43 |
| Octal | 241 | 153 | 354 | 40 | 67 | 0 | 7 | 411 | 115 | 103 |
| Binary | 10100001 | 1101011 | 11101100 | 100000 | 110111 | 0 | 111 | 100001001 | 1001101 | 1000011 |
Color Harmonies of #A16BEC
Complementary color
Monochromatic Colors of #A16BEC
Black with #A16BEC
Text Example
Text Example
White with #A16BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BEC; }
p { color: rgb(161,107,236); }
H1.HeaderClassName
{
color: #A16BEC;
}
.AnyTagClassName
{
color: #A16BEC;
}
</style>
background-color css
<style>
a { background-color: #A16BEC; }
a { background-color: rgb(161,107,236); }
div.DivClassName
{
background-color: #A16BEC;
}
.BgClassName
{
background-color: #A16BEC;
}
</style>
border-color css
<style>
span { border-color: #A16BEC; }
span { border-color: rgb(161,107,236); }
td.TdClassName
{
border-color: #A16BEC;
}
.TagClassName
{
border-color: #A16BEC;
}
</style>