Shades of Medium Purple #A16DEF
Tints of Medium Purple #A16DEF
RGB
CMYK
RGB Variations
Color information
#A16DEF (or 0xA16DEF) is known color: Medium Purple. HEX triplet: A1, 6D and EF. RGB value is (161,109,239). Sum of RGB (Red+Green+Blue) = 161+109+239=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #A16DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DEF is #5E9210. Grayscale: #8A8A8A. Windows color (decimal): -6197777 or 15691169. OLE color: 15691169.
HSL color Cylindrical-coordinate representation of color #A16DEF: hue angle of 264º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A16DEF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 109 | 239 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.06 |
| HSL | 264º | 0.8% | 0.68% | - |
| HSV(B) | 264º | 0.54% | 0.94% | - |
| XYZ | 35.75 | 24.75 | 84.55 | - |
| YUV | 139.37 | 184.23 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 239 | 0.33 | 0.54 | 0 | 0.06 | 264 | 0.8 | 0.68 |
| Hex | A1 | 6D | EF | 21 | 36 | 0 | 6 | 108 | 50 | 44 |
| Octal | 241 | 155 | 357 | 41 | 66 | 0 | 6 | 410 | 120 | 104 |
| Binary | 10100001 | 1101101 | 11101111 | 100001 | 110110 | 0 | 110 | 100001000 | 1010000 | 1000100 |
Color Harmonies of #A16DEF
Complementary color
Monochromatic Colors of #A16DEF
Black with #A16DEF
Text Example
Text Example
White with #A16DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DEF; }
p { color: rgb(161,109,239); }
H1.HeaderClassName
{
color: #A16DEF;
}
.AnyTagClassName
{
color: #A16DEF;
}
</style>
background-color css
<style>
a { background-color: #A16DEF; }
a { background-color: rgb(161,109,239); }
div.DivClassName
{
background-color: #A16DEF;
}
.BgClassName
{
background-color: #A16DEF;
}
</style>
border-color css
<style>
span { border-color: #A16DEF; }
span { border-color: rgb(161,109,239); }
td.TdClassName
{
border-color: #A16DEF;
}
.TagClassName
{
border-color: #A16DEF;
}
</style>