Shades of Medium Purple #A184EC
Tints of Medium Purple #A184EC
RGB
CMYK
RGB Variations
Color information
#A184EC (or 0xA184EC) is known color: Medium Purple. HEX triplet: A1, 84 and EC. RGB value is (161,132,236). Sum of RGB (Red+Green+Blue) = 161+132+236=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #A184EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184EC is #5E7B13. Grayscale: #989898. Windows color (decimal): -6191892 or 15500449. OLE color: 15500449.
HSL color Cylindrical-coordinate representation of color #A184EC: hue angle of 256.73º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A184EC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 132 | 236 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 256.73º | 0.73% | 0.72% | - |
| HSV(B) | 256.73º | 0.44% | 0.93% | - |
| XYZ | 38.09 | 30.14 | 83.17 | - |
| YUV | 152.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 236 | 0.32 | 0.44 | 0 | 0.07 | 256.73 | 0.73 | 0.72 |
| Hex | A1 | 84 | EC | 20 | 2C | 0 | 7 | 101 | 49 | 48 |
| Octal | 241 | 204 | 354 | 40 | 54 | 0 | 7 | 401 | 111 | 110 |
| Binary | 10100001 | 10000100 | 11101100 | 100000 | 101100 | 0 | 111 | 100000001 | 1001001 | 1001000 |
Color Harmonies of #A184EC
Complementary color
Monochromatic Colors of #A184EC
Black with #A184EC
Text Example
Text Example
White with #A184EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184EC; }
p { color: rgb(161,132,236); }
H1.HeaderClassName
{
color: #A184EC;
}
.AnyTagClassName
{
color: #A184EC;
}
</style>
background-color css
<style>
a { background-color: #A184EC; }
a { background-color: rgb(161,132,236); }
div.DivClassName
{
background-color: #A184EC;
}
.BgClassName
{
background-color: #A184EC;
}
</style>
border-color css
<style>
span { border-color: #A184EC; }
span { border-color: rgb(161,132,236); }
td.TdClassName
{
border-color: #A184EC;
}
.TagClassName
{
border-color: #A184EC;
}
</style>