Shades of Medium Purple #A16CDD
Tints of Medium Purple #A16CDD
RGB
CMYK
RGB Variations
Color information
#A16CDD (or 0xA16CDD) is known color: Medium Purple. HEX triplet: A1, 6C and DD. RGB value is (161,108,221). Sum of RGB (Red+Green+Blue) = 161+108+221=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #A16CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CDD is #5E9322. Grayscale: #888888. Windows color (decimal): -6198051 or 14511265. OLE color: 14511265.
HSL color Cylindrical-coordinate representation of color #A16CDD: hue angle of 268.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16CDD is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 108 | 221 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.13 |
| HSL | 268.14º | 0.62% | 0.65% | - |
| HSV(B) | 268.14º | 0.51% | 0.87% | - |
| XYZ | 33.11 | 23.52 | 71.2 | - |
| YUV | 136.73 | 175.56 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 221 | 0.27 | 0.51 | 0 | 0.13 | 268.14 | 0.62 | 0.65 |
| Hex | A1 | 6C | DD | 1B | 33 | 0 | D | 10C | 3E | 41 |
| Octal | 241 | 154 | 335 | 33 | 63 | 0 | 15 | 414 | 76 | 101 |
| Binary | 10100001 | 1101100 | 11011101 | 11011 | 110011 | 0 | 1101 | 100001100 | 111110 | 1000001 |
Color Harmonies of #A16CDD
Complementary color
Monochromatic Colors of #A16CDD
Black with #A16CDD
Text Example
Text Example
White with #A16CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CDD; }
p { color: rgb(161,108,221); }
H1.HeaderClassName
{
color: #A16CDD;
}
.AnyTagClassName
{
color: #A16CDD;
}
</style>
background-color css
<style>
a { background-color: #A16CDD; }
a { background-color: rgb(161,108,221); }
div.DivClassName
{
background-color: #A16CDD;
}
.BgClassName
{
background-color: #A16CDD;
}
</style>
border-color css
<style>
span { border-color: #A16CDD; }
span { border-color: rgb(161,108,221); }
td.TdClassName
{
border-color: #A16CDD;
}
.TagClassName
{
border-color: #A16CDD;
}
</style>