Shades of Medium Purple #A156ED
Tints of Medium Purple #A156ED
RGB
CMYK
RGB Variations
Color information
#A156ED (or 0xA156ED) is known color: Medium Purple. HEX triplet: A1, 56 and ED. RGB value is (161,86,237). Sum of RGB (Red+Green+Blue) = 161+86+237=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #A156ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156ED is #5EA912. Grayscale: #7D7D7D. Windows color (decimal): -6203667 or 15554209. OLE color: 15554209.
HSL color Cylindrical-coordinate representation of color #A156ED: hue angle of 269.8º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A156ED is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 86 | 237 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.07 |
| HSL | 269.8º | 0.81% | 0.63% | - |
| HSV(B) | 269.8º | 0.64% | 0.93% | - |
| XYZ | 33.31 | 20.35 | 82.29 | - |
| YUV | 125.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 237 | 0.32 | 0.64 | 0 | 0.07 | 269.8 | 0.81 | 0.63 |
| Hex | A1 | 56 | ED | 20 | 40 | 0 | 7 | 10E | 51 | 3F |
| Octal | 241 | 126 | 355 | 40 | 100 | 0 | 7 | 416 | 121 | 77 |
| Binary | 10100001 | 1010110 | 11101101 | 100000 | 1000000 | 0 | 111 | 100001110 | 1010001 | 111111 |
Color Harmonies of #A156ED
Complementary color
Monochromatic Colors of #A156ED
Black with #A156ED
Text Example
Text Example
White with #A156ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156ED; }
p { color: rgb(161,86,237); }
H1.HeaderClassName
{
color: #A156ED;
}
.AnyTagClassName
{
color: #A156ED;
}
</style>
background-color css
<style>
a { background-color: #A156ED; }
a { background-color: rgb(161,86,237); }
div.DivClassName
{
background-color: #A156ED;
}
.BgClassName
{
background-color: #A156ED;
}
</style>
border-color css
<style>
span { border-color: #A156ED; }
span { border-color: rgb(161,86,237); }
td.TdClassName
{
border-color: #A156ED;
}
.TagClassName
{
border-color: #A156ED;
}
</style>