Shades of Medium Purple #A184DF
Tints of Medium Purple #A184DF
RGB
CMYK
RGB Variations
Color information
#A184DF (or 0xA184DF) is known color: Medium Purple. HEX triplet: A1, 84 and DF. RGB value is (161,132,223). Sum of RGB (Red+Green+Blue) = 161+132+223=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A184DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184DF is #5E7B20. Grayscale: #969696. Windows color (decimal): -6191905 or 14648481. OLE color: 14648481.
HSL color Cylindrical-coordinate representation of color #A184DF: hue angle of 259.12º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A184DF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 132 | 223 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.13 |
| HSL | 259.12º | 0.59% | 0.7% | - |
| HSV(B) | 259.12º | 0.41% | 0.87% | - |
| XYZ | 36.27 | 29.41 | 73.58 | - |
| YUV | 151.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 223 | 0.28 | 0.41 | 0 | 0.13 | 259.12 | 0.59 | 0.7 |
| Hex | A1 | 84 | DF | 1C | 29 | 0 | D | 103 | 3B | 46 |
| Octal | 241 | 204 | 337 | 34 | 51 | 0 | 15 | 403 | 73 | 106 |
| Binary | 10100001 | 10000100 | 11011111 | 11100 | 101001 | 0 | 1101 | 100000011 | 111011 | 1000110 |
Color Harmonies of #A184DF
Complementary color
Monochromatic Colors of #A184DF
Black with #A184DF
Text Example
Text Example
White with #A184DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184DF; }
p { color: rgb(161,132,223); }
H1.HeaderClassName
{
color: #A184DF;
}
.AnyTagClassName
{
color: #A184DF;
}
</style>
background-color css
<style>
a { background-color: #A184DF; }
a { background-color: rgb(161,132,223); }
div.DivClassName
{
background-color: #A184DF;
}
.BgClassName
{
background-color: #A184DF;
}
</style>
border-color css
<style>
span { border-color: #A184DF; }
span { border-color: rgb(161,132,223); }
td.TdClassName
{
border-color: #A184DF;
}
.TagClassName
{
border-color: #A184DF;
}
</style>