Shades of Medium Purple #A16AED
Tints of Medium Purple #A16AED
RGB
CMYK
RGB Variations
Color information
#A16AED (or 0xA16AED) is known color: Medium Purple. HEX triplet: A1, 6A and ED. RGB value is (161,106,237). Sum of RGB (Red+Green+Blue) = 161+106+237=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #A16AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AED is #5E9512. Grayscale: #888888. Windows color (decimal): -6198547 or 15559329. OLE color: 15559329.
HSL color Cylindrical-coordinate representation of color #A16AED: hue angle of 265.19º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16AED is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 106 | 237 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 265.19º | 0.78% | 0.67% | - |
| HSV(B) | 265.19º | 0.55% | 0.93% | - |
| XYZ | 35.14 | 24 | 82.9 | - |
| YUV | 137.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 237 | 0.32 | 0.55 | 0 | 0.07 | 265.19 | 0.78 | 0.67 |
| Hex | A1 | 6A | ED | 20 | 37 | 0 | 7 | 109 | 4E | 43 |
| Octal | 241 | 152 | 355 | 40 | 67 | 0 | 7 | 411 | 116 | 103 |
| Binary | 10100001 | 1101010 | 11101101 | 100000 | 110111 | 0 | 111 | 100001001 | 1001110 | 1000011 |
Color Harmonies of #A16AED
Complementary color
Monochromatic Colors of #A16AED
Black with #A16AED
Text Example
Text Example
White with #A16AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AED; }
p { color: rgb(161,106,237); }
H1.HeaderClassName
{
color: #A16AED;
}
.AnyTagClassName
{
color: #A16AED;
}
</style>
background-color css
<style>
a { background-color: #A16AED; }
a { background-color: rgb(161,106,237); }
div.DivClassName
{
background-color: #A16AED;
}
.BgClassName
{
background-color: #A16AED;
}
</style>
border-color css
<style>
span { border-color: #A16AED; }
span { border-color: rgb(161,106,237); }
td.TdClassName
{
border-color: #A16AED;
}
.TagClassName
{
border-color: #A16AED;
}
</style>