Shades of Medium Purple #A16FEE
Tints of Medium Purple #A16FEE
RGB
CMYK
RGB Variations
Color information
#A16FEE (or 0xA16FEE) is known color: Medium Purple. HEX triplet: A1, 6F and EE. RGB value is (161,111,238). Sum of RGB (Red+Green+Blue) = 161+111+238=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #A16FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FEE is #5E9011. Grayscale: #8B8B8B. Windows color (decimal): -6197266 or 15626145. OLE color: 15626145.
HSL color Cylindrical-coordinate representation of color #A16FEE: hue angle of 263.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A16FEE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 111 | 238 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.07 |
| HSL | 263.62º | 0.79% | 0.68% | - |
| HSV(B) | 263.62º | 0.53% | 0.93% | - |
| XYZ | 35.82 | 25.12 | 83.85 | - |
| YUV | 140.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 238 | 0.32 | 0.53 | 0 | 0.07 | 263.62 | 0.79 | 0.68 |
| Hex | A1 | 6F | EE | 20 | 35 | 0 | 7 | 108 | 4F | 44 |
| Octal | 241 | 157 | 356 | 40 | 65 | 0 | 7 | 410 | 117 | 104 |
| Binary | 10100001 | 1101111 | 11101110 | 100000 | 110101 | 0 | 111 | 100001000 | 1001111 | 1000100 |
Color Harmonies of #A16FEE
Complementary color
Monochromatic Colors of #A16FEE
Black with #A16FEE
Text Example
Text Example
White with #A16FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FEE; }
p { color: rgb(161,111,238); }
H1.HeaderClassName
{
color: #A16FEE;
}
.AnyTagClassName
{
color: #A16FEE;
}
</style>
background-color css
<style>
a { background-color: #A16FEE; }
a { background-color: rgb(161,111,238); }
div.DivClassName
{
background-color: #A16FEE;
}
.BgClassName
{
background-color: #A16FEE;
}
</style>
border-color css
<style>
span { border-color: #A16FEE; }
span { border-color: rgb(161,111,238); }
td.TdClassName
{
border-color: #A16FEE;
}
.TagClassName
{
border-color: #A16FEE;
}
</style>