Shades of Medium Purple #A16AE7
Tints of Medium Purple #A16AE7
RGB
CMYK
RGB Variations
Color information
#A16AE7 (or 0xA16AE7) is known color: Medium Purple. HEX triplet: A1, 6A and E7. RGB value is (161,106,231). Sum of RGB (Red+Green+Blue) = 161+106+231=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #A16AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AE7 is #5E9518. Grayscale: #888888. Windows color (decimal): -6198553 or 15166113. OLE color: 15166113.
HSL color Cylindrical-coordinate representation of color #A16AE7: hue angle of 266.4º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A16AE7 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 106 | 231 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.09 |
| HSL | 266.4º | 0.72% | 0.66% | - |
| HSV(B) | 266.4º | 0.54% | 0.91% | - |
| XYZ | 34.28 | 23.65 | 78.36 | - |
| YUV | 136.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 231 | 0.30 | 0.54 | 0 | 0.09 | 266.4 | 0.72 | 0.66 |
| Hex | A1 | 6A | E7 | 1E | 36 | 0 | 9 | 10A | 48 | 42 |
| Octal | 241 | 152 | 347 | 36 | 66 | 0 | 11 | 412 | 110 | 102 |
| Binary | 10100001 | 1101010 | 11100111 | 11110 | 110110 | 0 | 1001 | 100001010 | 1001000 | 1000010 |
Color Harmonies of #A16AE7
Complementary color
Monochromatic Colors of #A16AE7
Black with #A16AE7
Text Example
Text Example
White with #A16AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AE7; }
p { color: rgb(161,106,231); }
H1.HeaderClassName
{
color: #A16AE7;
}
.AnyTagClassName
{
color: #A16AE7;
}
</style>
background-color css
<style>
a { background-color: #A16AE7; }
a { background-color: rgb(161,106,231); }
div.DivClassName
{
background-color: #A16AE7;
}
.BgClassName
{
background-color: #A16AE7;
}
</style>
border-color css
<style>
span { border-color: #A16AE7; }
span { border-color: rgb(161,106,231); }
td.TdClassName
{
border-color: #A16AE7;
}
.TagClassName
{
border-color: #A16AE7;
}
</style>