Shades of Medium Purple #A16AE1
Tints of Medium Purple #A16AE1
RGB
CMYK
RGB Variations
Color information
#A16AE1 (or 0xA16AE1) is known color: Medium Purple. HEX triplet: A1, 6A and E1. RGB value is (161,106,225). Sum of RGB (Red+Green+Blue) = 161+106+225=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #A16AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16AE1 is #5E951E. Grayscale: #878787. Windows color (decimal): -6198559 or 14772897. OLE color: 14772897.
HSL color Cylindrical-coordinate representation of color #A16AE1: hue angle of 267.73º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A16AE1 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 106 | 225 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.12 |
| HSL | 267.73º | 0.66% | 0.65% | - |
| HSV(B) | 267.73º | 0.53% | 0.88% | - |
| XYZ | 33.44 | 23.32 | 73.97 | - |
| YUV | 136.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 225 | 0.28 | 0.53 | 0 | 0.12 | 267.73 | 0.66 | 0.65 |
| Hex | A1 | 6A | E1 | 1C | 35 | 0 | C | 10C | 42 | 41 |
| Octal | 241 | 152 | 341 | 34 | 65 | 0 | 14 | 414 | 102 | 101 |
| Binary | 10100001 | 1101010 | 11100001 | 11100 | 110101 | 0 | 1100 | 100001100 | 1000010 | 1000001 |
Color Harmonies of #A16AE1
Complementary color
Monochromatic Colors of #A16AE1
Black with #A16AE1
Text Example
Text Example
White with #A16AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AE1; }
p { color: rgb(161,106,225); }
H1.HeaderClassName
{
color: #A16AE1;
}
.AnyTagClassName
{
color: #A16AE1;
}
</style>
background-color css
<style>
a { background-color: #A16AE1; }
a { background-color: rgb(161,106,225); }
div.DivClassName
{
background-color: #A16AE1;
}
.BgClassName
{
background-color: #A16AE1;
}
</style>
border-color css
<style>
span { border-color: #A16AE1; }
span { border-color: rgb(161,106,225); }
td.TdClassName
{
border-color: #A16AE1;
}
.TagClassName
{
border-color: #A16AE1;
}
</style>