Shades of Medium Purple #A16AEE
Tints of Medium Purple #A16AEE
RGB
CMYK
RGB Variations
Color information
#A16AEE (or 0xA16AEE) is known color: Medium Purple. HEX triplet: A1, 6A and EE. RGB value is (161,106,238). Sum of RGB (Red+Green+Blue) = 161+106+238=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #A16AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AEE is #5E9511. Grayscale: #898989. Windows color (decimal): -6198546 or 15624865. OLE color: 15624865.
HSL color Cylindrical-coordinate representation of color #A16AEE: hue angle of 265º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16AEE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 106 | 238 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 265º | 0.8% | 0.67% | - |
| HSV(B) | 265º | 0.55% | 0.93% | - |
| XYZ | 35.28 | 24.06 | 83.67 | - |
| YUV | 137.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 238 | 0.32 | 0.55 | 0 | 0.07 | 265 | 0.8 | 0.67 |
| Hex | A1 | 6A | EE | 20 | 37 | 0 | 7 | 109 | 50 | 43 |
| Octal | 241 | 152 | 356 | 40 | 67 | 0 | 7 | 411 | 120 | 103 |
| Binary | 10100001 | 1101010 | 11101110 | 100000 | 110111 | 0 | 111 | 100001001 | 1010000 | 1000011 |
Color Harmonies of #A16AEE
Complementary color
Monochromatic Colors of #A16AEE
Black with #A16AEE
Text Example
Text Example
White with #A16AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AEE; }
p { color: rgb(161,106,238); }
H1.HeaderClassName
{
color: #A16AEE;
}
.AnyTagClassName
{
color: #A16AEE;
}
</style>
background-color css
<style>
a { background-color: #A16AEE; }
a { background-color: rgb(161,106,238); }
div.DivClassName
{
background-color: #A16AEE;
}
.BgClassName
{
background-color: #A16AEE;
}
</style>
border-color css
<style>
span { border-color: #A16AEE; }
span { border-color: rgb(161,106,238); }
td.TdClassName
{
border-color: #A16AEE;
}
.TagClassName
{
border-color: #A16AEE;
}
</style>