Shades of Medium Purple #A185DD
Tints of Medium Purple #A185DD
RGB
CMYK
RGB Variations
Color information
#A185DD (or 0xA185DD) is known color: Medium Purple. HEX triplet: A1, 85 and DD. RGB value is (161,133,221). Sum of RGB (Red+Green+Blue) = 161+133+221=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #A185DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185DD is #5E7A22. Grayscale: #979797. Windows color (decimal): -6191651 or 14517665. OLE color: 14517665.
HSL color Cylindrical-coordinate representation of color #A185DD: hue angle of 259.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A185DD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 133 | 221 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.13 |
| HSL | 259.09º | 0.56% | 0.69% | - |
| HSV(B) | 259.09º | 0.4% | 0.87% | - |
| XYZ | 36.14 | 29.57 | 72.21 | - |
| YUV | 151.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 221 | 0.27 | 0.40 | 0 | 0.13 | 259.09 | 0.56 | 0.69 |
| Hex | A1 | 85 | DD | 1B | 28 | 0 | D | 103 | 38 | 45 |
| Octal | 241 | 205 | 335 | 33 | 50 | 0 | 15 | 403 | 70 | 105 |
| Binary | 10100001 | 10000101 | 11011101 | 11011 | 101000 | 0 | 1101 | 100000011 | 111000 | 1000101 |
Color Harmonies of #A185DD
Complementary color
Monochromatic Colors of #A185DD
Black with #A185DD
Text Example
Text Example
White with #A185DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185DD; }
p { color: rgb(161,133,221); }
H1.HeaderClassName
{
color: #A185DD;
}
.AnyTagClassName
{
color: #A185DD;
}
</style>
background-color css
<style>
a { background-color: #A185DD; }
a { background-color: rgb(161,133,221); }
div.DivClassName
{
background-color: #A185DD;
}
.BgClassName
{
background-color: #A185DD;
}
</style>
border-color css
<style>
span { border-color: #A185DD; }
span { border-color: rgb(161,133,221); }
td.TdClassName
{
border-color: #A185DD;
}
.TagClassName
{
border-color: #A185DD;
}
</style>