Shades of Medium Purple #A16BEB
Tints of Medium Purple #A16BEB
RGB
CMYK
RGB Variations
Color information
#A16BEB (or 0xA16BEB) is known color: Medium Purple. HEX triplet: A1, 6B and EB. RGB value is (161,107,235). Sum of RGB (Red+Green+Blue) = 161+107+235=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #A16BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BEB is #5E9414. Grayscale: #898989. Windows color (decimal): -6198293 or 15428513. OLE color: 15428513.
HSL color Cylindrical-coordinate representation of color #A16BEB: hue angle of 265.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A16BEB is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 107 | 235 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.08 |
| HSL | 265.31º | 0.76% | 0.67% | - |
| HSV(B) | 265.31º | 0.54% | 0.92% | - |
| XYZ | 34.95 | 24.09 | 81.41 | - |
| YUV | 137.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 235 | 0.31 | 0.54 | 0 | 0.08 | 265.31 | 0.76 | 0.67 |
| Hex | A1 | 6B | EB | 1F | 36 | 0 | 8 | 109 | 4C | 43 |
| Octal | 241 | 153 | 353 | 37 | 66 | 0 | 10 | 411 | 114 | 103 |
| Binary | 10100001 | 1101011 | 11101011 | 11111 | 110110 | 0 | 1000 | 100001001 | 1001100 | 1000011 |
Color Harmonies of #A16BEB
Complementary color
Monochromatic Colors of #A16BEB
Black with #A16BEB
Text Example
Text Example
White with #A16BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BEB; }
p { color: rgb(161,107,235); }
H1.HeaderClassName
{
color: #A16BEB;
}
.AnyTagClassName
{
color: #A16BEB;
}
</style>
background-color css
<style>
a { background-color: #A16BEB; }
a { background-color: rgb(161,107,235); }
div.DivClassName
{
background-color: #A16BEB;
}
.BgClassName
{
background-color: #A16BEB;
}
</style>
border-color css
<style>
span { border-color: #A16BEB; }
span { border-color: rgb(161,107,235); }
td.TdClassName
{
border-color: #A16BEB;
}
.TagClassName
{
border-color: #A16BEB;
}
</style>