Shades of Medium Purple #A159ED
Tints of Medium Purple #A159ED
RGB
CMYK
RGB Variations
Color information
#A159ED (or 0xA159ED) is known color: Medium Purple. HEX triplet: A1, 59 and ED. RGB value is (161,89,237). Sum of RGB (Red+Green+Blue) = 161+89+237=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #A159ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A159ED is #5EA612. Grayscale: #7E7E7E. Windows color (decimal): -6202899 or 15554977. OLE color: 15554977.
HSL color Cylindrical-coordinate representation of color #A159ED: hue angle of 269.19º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A159ED is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 89 | 237 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.07 |
| HSL | 269.19º | 0.8% | 0.64% | - |
| HSV(B) | 269.19º | 0.62% | 0.93% | - |
| XYZ | 33.56 | 20.84 | 82.37 | - |
| YUV | 127.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 237 | 0.32 | 0.62 | 0 | 0.07 | 269.19 | 0.8 | 0.64 |
| Hex | A1 | 59 | ED | 20 | 3E | 0 | 7 | 10D | 50 | 40 |
| Octal | 241 | 131 | 355 | 40 | 76 | 0 | 7 | 415 | 120 | 100 |
| Binary | 10100001 | 1011001 | 11101101 | 100000 | 111110 | 0 | 111 | 100001101 | 1010000 | 1000000 |
Color Harmonies of #A159ED
Complementary color
Monochromatic Colors of #A159ED
Black with #A159ED
Text Example
Text Example
White with #A159ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159ED; }
p { color: rgb(161,89,237); }
H1.HeaderClassName
{
color: #A159ED;
}
.AnyTagClassName
{
color: #A159ED;
}
</style>
background-color css
<style>
a { background-color: #A159ED; }
a { background-color: rgb(161,89,237); }
div.DivClassName
{
background-color: #A159ED;
}
.BgClassName
{
background-color: #A159ED;
}
</style>
border-color css
<style>
span { border-color: #A159ED; }
span { border-color: rgb(161,89,237); }
td.TdClassName
{
border-color: #A159ED;
}
.TagClassName
{
border-color: #A159ED;
}
</style>