Shades of Medium Purple #A16BED
Tints of Medium Purple #A16BED
RGB
CMYK
RGB Variations
Color information
#A16BED (or 0xA16BED) is known color: Medium Purple. HEX triplet: A1, 6B and ED. RGB value is (161,107,237). Sum of RGB (Red+Green+Blue) = 161+107+237=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #A16BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BED is #5E9412. Grayscale: #898989. Windows color (decimal): -6198291 or 15559585. OLE color: 15559585.
HSL color Cylindrical-coordinate representation of color #A16BED: hue angle of 264.92º degrees, saturation: 0.78, 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 #A16BED is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 107 | 237 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 264.92º | 0.78% | 0.67% | - |
| HSV(B) | 264.92º | 0.55% | 0.93% | - |
| XYZ | 35.24 | 24.21 | 82.94 | - |
| YUV | 137.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 237 | 0.32 | 0.55 | 0 | 0.07 | 264.92 | 0.78 | 0.67 |
| Hex | A1 | 6B | ED | 20 | 37 | 0 | 7 | 109 | 4E | 43 |
| Octal | 241 | 153 | 355 | 40 | 67 | 0 | 7 | 411 | 116 | 103 |
| Binary | 10100001 | 1101011 | 11101101 | 100000 | 110111 | 0 | 111 | 100001001 | 1001110 | 1000011 |
Color Harmonies of #A16BED
Complementary color
Monochromatic Colors of #A16BED
Black with #A16BED
Text Example
Text Example
White with #A16BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BED; }
p { color: rgb(161,107,237); }
H1.HeaderClassName
{
color: #A16BED;
}
.AnyTagClassName
{
color: #A16BED;
}
</style>
background-color css
<style>
a { background-color: #A16BED; }
a { background-color: rgb(161,107,237); }
div.DivClassName
{
background-color: #A16BED;
}
.BgClassName
{
background-color: #A16BED;
}
</style>
border-color css
<style>
span { border-color: #A16BED; }
span { border-color: rgb(161,107,237); }
td.TdClassName
{
border-color: #A16BED;
}
.TagClassName
{
border-color: #A16BED;
}
</style>