Shades of Medium Purple #A16AE8
Tints of Medium Purple #A16AE8
RGB
CMYK
RGB Variations
Color information
#A16AE8 (or 0xA16AE8) is known color: Medium Purple. HEX triplet: A1, 6A and E8. RGB value is (161,106,232). Sum of RGB (Red+Green+Blue) = 161+106+232=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #A16AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AE8 is #5E9517. Grayscale: #888888. Windows color (decimal): -6198552 or 15231649. OLE color: 15231649.
HSL color Cylindrical-coordinate representation of color #A16AE8: hue angle of 266.19º degrees, saturation: 0.73, 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 #A16AE8 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 106 | 232 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.09 |
| HSL | 266.19º | 0.73% | 0.66% | - |
| HSV(B) | 266.19º | 0.54% | 0.91% | - |
| XYZ | 34.42 | 23.71 | 79.11 | - |
| YUV | 136.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 232 | 0.31 | 0.54 | 0 | 0.09 | 266.19 | 0.73 | 0.66 |
| Hex | A1 | 6A | E8 | 1F | 36 | 0 | 9 | 10A | 49 | 42 |
| Octal | 241 | 152 | 350 | 37 | 66 | 0 | 11 | 412 | 111 | 102 |
| Binary | 10100001 | 1101010 | 11101000 | 11111 | 110110 | 0 | 1001 | 100001010 | 1001001 | 1000010 |
Color Harmonies of #A16AE8
Complementary color
Monochromatic Colors of #A16AE8
Black with #A16AE8
Text Example
Text Example
White with #A16AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AE8; }
p { color: rgb(161,106,232); }
H1.HeaderClassName
{
color: #A16AE8;
}
.AnyTagClassName
{
color: #A16AE8;
}
</style>
background-color css
<style>
a { background-color: #A16AE8; }
a { background-color: rgb(161,106,232); }
div.DivClassName
{
background-color: #A16AE8;
}
.BgClassName
{
background-color: #A16AE8;
}
</style>
border-color css
<style>
span { border-color: #A16AE8; }
span { border-color: rgb(161,106,232); }
td.TdClassName
{
border-color: #A16AE8;
}
.TagClassName
{
border-color: #A16AE8;
}
</style>