Shades of Medium Purple #A16DEE
Tints of Medium Purple #A16DEE
RGB
CMYK
RGB Variations
Color information
#A16DEE (or 0xA16DEE) is known color: Medium Purple. HEX triplet: A1, 6D and EE. RGB value is (161,109,238). Sum of RGB (Red+Green+Blue) = 161+109+238=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #A16DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DEE is #5E9211. Grayscale: #8A8A8A. Windows color (decimal): -6197778 or 15625633. OLE color: 15625633.
HSL color Cylindrical-coordinate representation of color #A16DEE: hue angle of 264.19º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A16DEE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 109 | 238 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.07 |
| HSL | 264.19º | 0.79% | 0.68% | - |
| HSV(B) | 264.19º | 0.54% | 0.93% | - |
| XYZ | 35.6 | 24.69 | 83.78 | - |
| YUV | 139.25 | 183.73 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 238 | 0.32 | 0.54 | 0 | 0.07 | 264.19 | 0.79 | 0.68 |
| Hex | A1 | 6D | EE | 20 | 36 | 0 | 7 | 108 | 4F | 44 |
| Octal | 241 | 155 | 356 | 40 | 66 | 0 | 7 | 410 | 117 | 104 |
| Binary | 10100001 | 1101101 | 11101110 | 100000 | 110110 | 0 | 111 | 100001000 | 1001111 | 1000100 |
Color Harmonies of #A16DEE
Complementary color
Monochromatic Colors of #A16DEE
Black with #A16DEE
Text Example
Text Example
White with #A16DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DEE; }
p { color: rgb(161,109,238); }
H1.HeaderClassName
{
color: #A16DEE;
}
.AnyTagClassName
{
color: #A16DEE;
}
</style>
background-color css
<style>
a { background-color: #A16DEE; }
a { background-color: rgb(161,109,238); }
div.DivClassName
{
background-color: #A16DEE;
}
.BgClassName
{
background-color: #A16DEE;
}
</style>
border-color css
<style>
span { border-color: #A16DEE; }
span { border-color: rgb(161,109,238); }
td.TdClassName
{
border-color: #A16DEE;
}
.TagClassName
{
border-color: #A16DEE;
}
</style>