Shades of Medium Purple #A184D9
Tints of Medium Purple #A184D9
RGB
CMYK
RGB Variations
Color information
#A184D9 (or 0xA184D9) is known color: Medium Purple. HEX triplet: A1, 84 and D9. RGB value is (161,132,217). Sum of RGB (Red+Green+Blue) = 161+132+217=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #A184D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184D9 is #5E7B26. Grayscale: #969696. Windows color (decimal): -6191911 or 14255265. OLE color: 14255265.
HSL color Cylindrical-coordinate representation of color #A184D9: hue angle of 260.47º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A184D9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 132 | 217 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.15 |
| HSL | 260.47º | 0.53% | 0.68% | - |
| HSV(B) | 260.47º | 0.39% | 0.85% | - |
| XYZ | 35.47 | 29.09 | 69.39 | - |
| YUV | 150.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 217 | 0.26 | 0.39 | 0 | 0.15 | 260.47 | 0.53 | 0.68 |
| Hex | A1 | 84 | D9 | 1A | 27 | 0 | F | 104 | 35 | 44 |
| Octal | 241 | 204 | 331 | 32 | 47 | 0 | 17 | 404 | 65 | 104 |
| Binary | 10100001 | 10000100 | 11011001 | 11010 | 100111 | 0 | 1111 | 100000100 | 110101 | 1000100 |
Color Harmonies of #A184D9
Complementary color
Monochromatic Colors of #A184D9
Black with #A184D9
Text Example
Text Example
White with #A184D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184D9; }
p { color: rgb(161,132,217); }
H1.HeaderClassName
{
color: #A184D9;
}
.AnyTagClassName
{
color: #A184D9;
}
</style>
background-color css
<style>
a { background-color: #A184D9; }
a { background-color: rgb(161,132,217); }
div.DivClassName
{
background-color: #A184D9;
}
.BgClassName
{
background-color: #A184D9;
}
</style>
border-color css
<style>
span { border-color: #A184D9; }
span { border-color: rgb(161,132,217); }
td.TdClassName
{
border-color: #A184D9;
}
.TagClassName
{
border-color: #A184D9;
}
</style>