Shades of Medium Purple #A16EE0
Tints of Medium Purple #A16EE0
RGB
CMYK
RGB Variations
Color information
#A16EE0 (or 0xA16EE0) is known color: Medium Purple. HEX triplet: A1, 6E and E0. RGB value is (161,110,224). Sum of RGB (Red+Green+Blue) = 161+110+224=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #A16EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EE0 is #5E911F. Grayscale: #898989. Windows color (decimal): -6197536 or 14708385. OLE color: 14708385.
HSL color Cylindrical-coordinate representation of color #A16EE0: hue angle of 266.84º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16EE0 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 110 | 224 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.12 |
| HSL | 266.84º | 0.65% | 0.65% | - |
| HSV(B) | 266.84º | 0.51% | 0.88% | - |
| XYZ | 33.73 | 24.11 | 73.4 | - |
| YUV | 138.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 224 | 0.28 | 0.51 | 0 | 0.12 | 266.84 | 0.65 | 0.65 |
| Hex | A1 | 6E | E0 | 1C | 33 | 0 | C | 10B | 41 | 41 |
| Octal | 241 | 156 | 340 | 34 | 63 | 0 | 14 | 413 | 101 | 101 |
| Binary | 10100001 | 1101110 | 11100000 | 11100 | 110011 | 0 | 1100 | 100001011 | 1000001 | 1000001 |
Color Harmonies of #A16EE0
Complementary color
Monochromatic Colors of #A16EE0
Black with #A16EE0
Text Example
Text Example
White with #A16EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EE0; }
p { color: rgb(161,110,224); }
H1.HeaderClassName
{
color: #A16EE0;
}
.AnyTagClassName
{
color: #A16EE0;
}
</style>
background-color css
<style>
a { background-color: #A16EE0; }
a { background-color: rgb(161,110,224); }
div.DivClassName
{
background-color: #A16EE0;
}
.BgClassName
{
background-color: #A16EE0;
}
</style>
border-color css
<style>
span { border-color: #A16EE0; }
span { border-color: rgb(161,110,224); }
td.TdClassName
{
border-color: #A16EE0;
}
.TagClassName
{
border-color: #A16EE0;
}
</style>