Shades of Medium Purple #A16BDF
Tints of Medium Purple #A16BDF
RGB
CMYK
RGB Variations
Color information
#A16BDF (or 0xA16BDF) is known color: Medium Purple. HEX triplet: A1, 6B and DF. RGB value is (161,107,223). Sum of RGB (Red+Green+Blue) = 161+107+223=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A16BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BDF is #5E9420. Grayscale: #878787. Windows color (decimal): -6198305 or 14642081. OLE color: 14642081.
HSL color Cylindrical-coordinate representation of color #A16BDF: hue angle of 267.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16BDF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 107 | 223 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.13 |
| HSL | 267.93º | 0.64% | 0.65% | - |
| HSV(B) | 267.93º | 0.52% | 0.87% | - |
| XYZ | 33.27 | 23.42 | 72.58 | - |
| YUV | 136.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 223 | 0.28 | 0.52 | 0 | 0.13 | 267.93 | 0.64 | 0.65 |
| Hex | A1 | 6B | DF | 1C | 34 | 0 | D | 10C | 40 | 41 |
| Octal | 241 | 153 | 337 | 34 | 64 | 0 | 15 | 414 | 100 | 101 |
| Binary | 10100001 | 1101011 | 11011111 | 11100 | 110100 | 0 | 1101 | 100001100 | 1000000 | 1000001 |
Color Harmonies of #A16BDF
Complementary color
Monochromatic Colors of #A16BDF
Black with #A16BDF
Text Example
Text Example
White with #A16BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BDF; }
p { color: rgb(161,107,223); }
H1.HeaderClassName
{
color: #A16BDF;
}
.AnyTagClassName
{
color: #A16BDF;
}
</style>
background-color css
<style>
a { background-color: #A16BDF; }
a { background-color: rgb(161,107,223); }
div.DivClassName
{
background-color: #A16BDF;
}
.BgClassName
{
background-color: #A16BDF;
}
</style>
border-color css
<style>
span { border-color: #A16BDF; }
span { border-color: rgb(161,107,223); }
td.TdClassName
{
border-color: #A16BDF;
}
.TagClassName
{
border-color: #A16BDF;
}
</style>