Shades of Medium Purple #A16CDF
Tints of Medium Purple #A16CDF
RGB
CMYK
RGB Variations
Color information
#A16CDF (or 0xA16CDF) is known color: Medium Purple. HEX triplet: A1, 6C and DF. RGB value is (161,108,223). Sum of RGB (Red+Green+Blue) = 161+108+223=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A16CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CDF is #5E9320. Grayscale: #888888. Windows color (decimal): -6198049 or 14642337. OLE color: 14642337.
HSL color Cylindrical-coordinate representation of color #A16CDF: hue angle of 267.65º 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 #A16CDF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 108 | 223 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.13 |
| HSL | 267.65º | 0.64% | 0.65% | - |
| HSV(B) | 267.65º | 0.52% | 0.87% | - |
| XYZ | 33.38 | 23.63 | 72.61 | - |
| YUV | 136.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 223 | 0.28 | 0.52 | 0 | 0.13 | 267.65 | 0.64 | 0.65 |
| Hex | A1 | 6C | DF | 1C | 34 | 0 | D | 10C | 40 | 41 |
| Octal | 241 | 154 | 337 | 34 | 64 | 0 | 15 | 414 | 100 | 101 |
| Binary | 10100001 | 1101100 | 11011111 | 11100 | 110100 | 0 | 1101 | 100001100 | 1000000 | 1000001 |
Color Harmonies of #A16CDF
Complementary color
Monochromatic Colors of #A16CDF
Black with #A16CDF
Text Example
Text Example
White with #A16CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CDF; }
p { color: rgb(161,108,223); }
H1.HeaderClassName
{
color: #A16CDF;
}
.AnyTagClassName
{
color: #A16CDF;
}
</style>
background-color css
<style>
a { background-color: #A16CDF; }
a { background-color: rgb(161,108,223); }
div.DivClassName
{
background-color: #A16CDF;
}
.BgClassName
{
background-color: #A16CDF;
}
</style>
border-color css
<style>
span { border-color: #A16CDF; }
span { border-color: rgb(161,108,223); }
td.TdClassName
{
border-color: #A16CDF;
}
.TagClassName
{
border-color: #A16CDF;
}
</style>