Shades of Medium Purple #A16EEF
Tints of Medium Purple #A16EEF
RGB
CMYK
RGB Variations
Color information
#A16EEF (or 0xA16EEF) is known color: Medium Purple. HEX triplet: A1, 6E and EF. RGB value is (161,110,239). Sum of RGB (Red+Green+Blue) = 161+110+239=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #A16EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EEF is #5E9110. Grayscale: #8B8B8B. Windows color (decimal): -6197521 or 15691425. OLE color: 15691425.
HSL color Cylindrical-coordinate representation of color #A16EEF: hue angle of 263.72º 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 #A16EEF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 110 | 239 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.06 |
| HSL | 263.72º | 0.8% | 0.68% | - |
| HSV(B) | 263.72º | 0.54% | 0.94% | - |
| XYZ | 35.85 | 24.96 | 84.59 | - |
| YUV | 139.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 239 | 0.33 | 0.54 | 0 | 0.06 | 263.72 | 0.8 | 0.68 |
| Hex | A1 | 6E | EF | 21 | 36 | 0 | 6 | 108 | 50 | 44 |
| Octal | 241 | 156 | 357 | 41 | 66 | 0 | 6 | 410 | 120 | 104 |
| Binary | 10100001 | 1101110 | 11101111 | 100001 | 110110 | 0 | 110 | 100001000 | 1010000 | 1000100 |
Color Harmonies of #A16EEF
Complementary color
Monochromatic Colors of #A16EEF
Black with #A16EEF
Text Example
Text Example
White with #A16EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EEF; }
p { color: rgb(161,110,239); }
H1.HeaderClassName
{
color: #A16EEF;
}
.AnyTagClassName
{
color: #A16EEF;
}
</style>
background-color css
<style>
a { background-color: #A16EEF; }
a { background-color: rgb(161,110,239); }
div.DivClassName
{
background-color: #A16EEF;
}
.BgClassName
{
background-color: #A16EEF;
}
</style>
border-color css
<style>
span { border-color: #A16EEF; }
span { border-color: rgb(161,110,239); }
td.TdClassName
{
border-color: #A16EEF;
}
.TagClassName
{
border-color: #A16EEF;
}
</style>