Shades of Medium Purple #A16ADE
Tints of Medium Purple #A16ADE
RGB
CMYK
RGB Variations
Color information
#A16ADE (or 0xA16ADE) is known color: Medium Purple. HEX triplet: A1, 6A and DE. RGB value is (161,106,222). Sum of RGB (Red+Green+Blue) = 161+106+222=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #A16ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ADE is #5E9521. Grayscale: #878787. Windows color (decimal): -6198562 or 14576289. OLE color: 14576289.
HSL color Cylindrical-coordinate representation of color #A16ADE: hue angle of 268.45º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16ADE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 106 | 222 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.13 |
| HSL | 268.45º | 0.64% | 0.64% | - |
| HSV(B) | 268.45º | 0.52% | 0.87% | - |
| XYZ | 33.04 | 23.16 | 71.84 | - |
| YUV | 135.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 222 | 0.27 | 0.52 | 0 | 0.13 | 268.45 | 0.64 | 0.64 |
| Hex | A1 | 6A | DE | 1B | 34 | 0 | D | 10C | 40 | 40 |
| Octal | 241 | 152 | 336 | 33 | 64 | 0 | 15 | 414 | 100 | 100 |
| Binary | 10100001 | 1101010 | 11011110 | 11011 | 110100 | 0 | 1101 | 100001100 | 1000000 | 1000000 |
Color Harmonies of #A16ADE
Complementary color
Monochromatic Colors of #A16ADE
Black with #A16ADE
Text Example
Text Example
White with #A16ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ADE; }
p { color: rgb(161,106,222); }
H1.HeaderClassName
{
color: #A16ADE;
}
.AnyTagClassName
{
color: #A16ADE;
}
</style>
background-color css
<style>
a { background-color: #A16ADE; }
a { background-color: rgb(161,106,222); }
div.DivClassName
{
background-color: #A16ADE;
}
.BgClassName
{
background-color: #A16ADE;
}
</style>
border-color css
<style>
span { border-color: #A16ADE; }
span { border-color: rgb(161,106,222); }
td.TdClassName
{
border-color: #A16ADE;
}
.TagClassName
{
border-color: #A16ADE;
}
</style>