Shades of Medium Purple #A16EEB
Tints of Medium Purple #A16EEB
RGB
CMYK
RGB Variations
Color information
#A16EEB (or 0xA16EEB) is known color: Medium Purple. HEX triplet: A1, 6E and EB. RGB value is (161,110,235). Sum of RGB (Red+Green+Blue) = 161+110+235=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #A16EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EEB is #5E9114. Grayscale: #8B8B8B. Windows color (decimal): -6197525 or 15429281. OLE color: 15429281.
HSL color Cylindrical-coordinate representation of color #A16EEB: hue angle of 264.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A16EEB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 110 | 235 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.08 |
| HSL | 264.48º | 0.76% | 0.68% | - |
| HSV(B) | 264.48º | 0.53% | 0.92% | - |
| XYZ | 35.27 | 24.73 | 81.51 | - |
| YUV | 139.5 | 181.9 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 235 | 0.31 | 0.53 | 0 | 0.08 | 264.48 | 0.76 | 0.68 |
| Hex | A1 | 6E | EB | 1F | 35 | 0 | 8 | 108 | 4C | 44 |
| Octal | 241 | 156 | 353 | 37 | 65 | 0 | 10 | 410 | 114 | 104 |
| Binary | 10100001 | 1101110 | 11101011 | 11111 | 110101 | 0 | 1000 | 100001000 | 1001100 | 1000100 |
Color Harmonies of #A16EEB
Complementary color
Monochromatic Colors of #A16EEB
Black with #A16EEB
Text Example
Text Example
White with #A16EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EEB; }
p { color: rgb(161,110,235); }
H1.HeaderClassName
{
color: #A16EEB;
}
.AnyTagClassName
{
color: #A16EEB;
}
</style>
background-color css
<style>
a { background-color: #A16EEB; }
a { background-color: rgb(161,110,235); }
div.DivClassName
{
background-color: #A16EEB;
}
.BgClassName
{
background-color: #A16EEB;
}
</style>
border-color css
<style>
span { border-color: #A16EEB; }
span { border-color: rgb(161,110,235); }
td.TdClassName
{
border-color: #A16EEB;
}
.TagClassName
{
border-color: #A16EEB;
}
</style>