Shades of Medium Purple #A16DE3
Tints of Medium Purple #A16DE3
RGB
CMYK
RGB Variations
Color information
#A16DE3 (or 0xA16DE3) is known color: Medium Purple. HEX triplet: A1, 6D and E3. RGB value is (161,109,227). Sum of RGB (Red+Green+Blue) = 161+109+227=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #A16DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DE3 is #5E921C. Grayscale: #898989. Windows color (decimal): -6197789 or 14904737. OLE color: 14904737.
HSL color Cylindrical-coordinate representation of color #A16DE3: hue angle of 266.44º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16DE3 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 109 | 227 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.11 |
| HSL | 266.44º | 0.68% | 0.66% | - |
| HSV(B) | 266.44º | 0.52% | 0.89% | - |
| XYZ | 34.03 | 24.06 | 75.52 | - |
| YUV | 138 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 227 | 0.29 | 0.52 | 0 | 0.11 | 266.44 | 0.68 | 0.66 |
| Hex | A1 | 6D | E3 | 1D | 34 | 0 | B | 10A | 44 | 42 |
| Octal | 241 | 155 | 343 | 35 | 64 | 0 | 13 | 412 | 104 | 102 |
| Binary | 10100001 | 1101101 | 11100011 | 11101 | 110100 | 0 | 1011 | 100001010 | 1000100 | 1000010 |
Color Harmonies of #A16DE3
Complementary color
Monochromatic Colors of #A16DE3
Black with #A16DE3
Text Example
Text Example
White with #A16DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DE3; }
p { color: rgb(161,109,227); }
H1.HeaderClassName
{
color: #A16DE3;
}
.AnyTagClassName
{
color: #A16DE3;
}
</style>
background-color css
<style>
a { background-color: #A16DE3; }
a { background-color: rgb(161,109,227); }
div.DivClassName
{
background-color: #A16DE3;
}
.BgClassName
{
background-color: #A16DE3;
}
</style>
border-color css
<style>
span { border-color: #A16DE3; }
span { border-color: rgb(161,109,227); }
td.TdClassName
{
border-color: #A16DE3;
}
.TagClassName
{
border-color: #A16DE3;
}
</style>