Shades of Medium Purple #A185ED
Tints of Medium Purple #A185ED
RGB
CMYK
RGB Variations
Color information
#A185ED (or 0xA185ED) is known color: Medium Purple. HEX triplet: A1, 85 and ED. RGB value is (161,133,237). Sum of RGB (Red+Green+Blue) = 161+133+237=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #A185ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A185ED is #5E7A12. Grayscale: #989898. Windows color (decimal): -6191635 or 15566241. OLE color: 15566241.
HSL color Cylindrical-coordinate representation of color #A185ED: hue angle of 256.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A185ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 133 | 237 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.07 |
| HSL | 256.15º | 0.74% | 0.73% | - |
| HSV(B) | 256.15º | 0.44% | 0.93% | - |
| XYZ | 38.37 | 30.47 | 83.98 | - |
| YUV | 153.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 237 | 0.32 | 0.44 | 0 | 0.07 | 256.15 | 0.74 | 0.73 |
| Hex | A1 | 85 | ED | 20 | 2C | 0 | 7 | 100 | 4A | 49 |
| Octal | 241 | 205 | 355 | 40 | 54 | 0 | 7 | 400 | 112 | 111 |
| Binary | 10100001 | 10000101 | 11101101 | 100000 | 101100 | 0 | 111 | 100000000 | 1001010 | 1001001 |
Color Harmonies of #A185ED
Complementary color
Monochromatic Colors of #A185ED
Black with #A185ED
Text Example
Text Example
White with #A185ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A185ED; }
p { color: rgb(161,133,237); }
H1.HeaderClassName
{
color: #A185ED;
}
.AnyTagClassName
{
color: #A185ED;
}
</style>
background-color css
<style>
a { background-color: #A185ED; }
a { background-color: rgb(161,133,237); }
div.DivClassName
{
background-color: #A185ED;
}
.BgClassName
{
background-color: #A185ED;
}
</style>
border-color css
<style>
span { border-color: #A185ED; }
span { border-color: rgb(161,133,237); }
td.TdClassName
{
border-color: #A185ED;
}
.TagClassName
{
border-color: #A185ED;
}
</style>