Shades of Medium Purple #A184DC
Tints of Medium Purple #A184DC
RGB
CMYK
RGB Variations
Color information
#A184DC (or 0xA184DC) is known color: Medium Purple. HEX triplet: A1, 84 and DC. RGB value is (161,132,220). Sum of RGB (Red+Green+Blue) = 161+132+220=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A184DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184DC is #5E7B23. Grayscale: #969696. Windows color (decimal): -6191908 or 14451873. OLE color: 14451873.
HSL color Cylindrical-coordinate representation of color #A184DC: hue angle of 259.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A184DC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 132 | 220 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.14 |
| HSL | 259.77º | 0.56% | 0.69% | - |
| HSV(B) | 259.77º | 0.4% | 0.86% | - |
| XYZ | 35.87 | 29.25 | 71.46 | - |
| YUV | 150.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 220 | 0.27 | 0.40 | 0 | 0.14 | 259.77 | 0.56 | 0.69 |
| Hex | A1 | 84 | DC | 1B | 28 | 0 | E | 104 | 38 | 45 |
| Octal | 241 | 204 | 334 | 33 | 50 | 0 | 16 | 404 | 70 | 105 |
| Binary | 10100001 | 10000100 | 11011100 | 11011 | 101000 | 0 | 1110 | 100000100 | 111000 | 1000101 |
Color Harmonies of #A184DC
Complementary color
Monochromatic Colors of #A184DC
Black with #A184DC
Text Example
Text Example
White with #A184DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184DC; }
p { color: rgb(161,132,220); }
H1.HeaderClassName
{
color: #A184DC;
}
.AnyTagClassName
{
color: #A184DC;
}
</style>
background-color css
<style>
a { background-color: #A184DC; }
a { background-color: rgb(161,132,220); }
div.DivClassName
{
background-color: #A184DC;
}
.BgClassName
{
background-color: #A184DC;
}
</style>
border-color css
<style>
span { border-color: #A184DC; }
span { border-color: rgb(161,132,220); }
td.TdClassName
{
border-color: #A184DC;
}
.TagClassName
{
border-color: #A184DC;
}
</style>