Shades of Medium Purple #A16ADF
Tints of Medium Purple #A16ADF
RGB
CMYK
RGB Variations
Color information
#A16ADF (or 0xA16ADF) is known color: Medium Purple. HEX triplet: A1, 6A and DF. RGB value is (161,106,223). Sum of RGB (Red+Green+Blue) = 161+106+223=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #A16ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ADF is #5E9520. Grayscale: #878787. Windows color (decimal): -6198561 or 14641825. OLE color: 14641825.
HSL color Cylindrical-coordinate representation of color #A16ADF: hue angle of 268.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16ADF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 106 | 223 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.13 |
| HSL | 268.21º | 0.65% | 0.65% | - |
| HSV(B) | 268.21º | 0.52% | 0.87% | - |
| XYZ | 33.17 | 23.21 | 72.54 | - |
| YUV | 135.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 223 | 0.28 | 0.52 | 0 | 0.13 | 268.21 | 0.65 | 0.65 |
| Hex | A1 | 6A | DF | 1C | 34 | 0 | D | 10C | 41 | 41 |
| Octal | 241 | 152 | 337 | 34 | 64 | 0 | 15 | 414 | 101 | 101 |
| Binary | 10100001 | 1101010 | 11011111 | 11100 | 110100 | 0 | 1101 | 100001100 | 1000001 | 1000001 |
Color Harmonies of #A16ADF
Complementary color
Monochromatic Colors of #A16ADF
Black with #A16ADF
Text Example
Text Example
White with #A16ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16ADF; }
p { color: rgb(161,106,223); }
H1.HeaderClassName
{
color: #A16ADF;
}
.AnyTagClassName
{
color: #A16ADF;
}
</style>
background-color css
<style>
a { background-color: #A16ADF; }
a { background-color: rgb(161,106,223); }
div.DivClassName
{
background-color: #A16ADF;
}
.BgClassName
{
background-color: #A16ADF;
}
</style>
border-color css
<style>
span { border-color: #A16ADF; }
span { border-color: rgb(161,106,223); }
td.TdClassName
{
border-color: #A16ADF;
}
.TagClassName
{
border-color: #A16ADF;
}
</style>