Shades of Medium Purple #A16BE8
Tints of Medium Purple #A16BE8
RGB
CMYK
RGB Variations
Color information
#A16BE8 (or 0xA16BE8) is known color: Medium Purple. HEX triplet: A1, 6B and E8. RGB value is (161,107,232). Sum of RGB (Red+Green+Blue) = 161+107+232=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #A16BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BE8 is #5E9417. Grayscale: #888888. Windows color (decimal): -6198296 or 15231905. OLE color: 15231905.
HSL color Cylindrical-coordinate representation of color #A16BE8: hue angle of 265.92º 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 #A16BE8 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 107 | 232 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.09 |
| HSL | 265.92º | 0.73% | 0.66% | - |
| HSV(B) | 265.92º | 0.54% | 0.91% | - |
| XYZ | 34.52 | 23.92 | 79.14 | - |
| YUV | 137.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 232 | 0.31 | 0.54 | 0 | 0.09 | 265.92 | 0.73 | 0.66 |
| Hex | A1 | 6B | E8 | 1F | 36 | 0 | 9 | 10A | 49 | 42 |
| Octal | 241 | 153 | 350 | 37 | 66 | 0 | 11 | 412 | 111 | 102 |
| Binary | 10100001 | 1101011 | 11101000 | 11111 | 110110 | 0 | 1001 | 100001010 | 1001001 | 1000010 |
Color Harmonies of #A16BE8
Complementary color
Monochromatic Colors of #A16BE8
Black with #A16BE8
Text Example
Text Example
White with #A16BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BE8; }
p { color: rgb(161,107,232); }
H1.HeaderClassName
{
color: #A16BE8;
}
.AnyTagClassName
{
color: #A16BE8;
}
</style>
background-color css
<style>
a { background-color: #A16BE8; }
a { background-color: rgb(161,107,232); }
div.DivClassName
{
background-color: #A16BE8;
}
.BgClassName
{
background-color: #A16BE8;
}
</style>
border-color css
<style>
span { border-color: #A16BE8; }
span { border-color: rgb(161,107,232); }
td.TdClassName
{
border-color: #A16BE8;
}
.TagClassName
{
border-color: #A16BE8;
}
</style>