Shades of Medium Purple #A059ED
Tints of Medium Purple #A059ED
RGB
CMYK
RGB Variations
Color information
#A059ED (or 0xA059ED) is known color: Medium Purple. HEX triplet: A0, 59 and ED. RGB value is (160,89,237). Sum of RGB (Red+Green+Blue) = 160+89+237=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #A059ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059ED is #5FA612. Grayscale: #7E7E7E. Windows color (decimal): -6268435 or 15554976. OLE color: 15554976.
HSL color Cylindrical-coordinate representation of color #A059ED: hue angle of 268.78º 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 #A059ED is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 89 | 237 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.07 |
| HSL | 268.78º | 0.8% | 0.64% | - |
| HSV(B) | 268.78º | 0.62% | 0.93% | - |
| XYZ | 33.36 | 20.73 | 82.36 | - |
| YUV | 127.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 237 | 0.32 | 0.62 | 0 | 0.07 | 268.78 | 0.8 | 0.64 |
| Hex | A0 | 59 | ED | 20 | 3E | 0 | 7 | 10D | 50 | 40 |
| Octal | 240 | 131 | 355 | 40 | 76 | 0 | 7 | 415 | 120 | 100 |
| Binary | 10100000 | 1011001 | 11101101 | 100000 | 111110 | 0 | 111 | 100001101 | 1010000 | 1000000 |
Color Harmonies of #A059ED
Complementary color
Monochromatic Colors of #A059ED
Black with #A059ED
Text Example
Text Example
White with #A059ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059ED; }
p { color: rgb(160,89,237); }
H1.HeaderClassName
{
color: #A059ED;
}
.AnyTagClassName
{
color: #A059ED;
}
</style>
background-color css
<style>
a { background-color: #A059ED; }
a { background-color: rgb(160,89,237); }
div.DivClassName
{
background-color: #A059ED;
}
.BgClassName
{
background-color: #A059ED;
}
</style>
border-color css
<style>
span { border-color: #A059ED; }
span { border-color: rgb(160,89,237); }
td.TdClassName
{
border-color: #A059ED;
}
.TagClassName
{
border-color: #A059ED;
}
</style>