Shades of Medium Purple #A059EE
Tints of Medium Purple #A059EE
RGB
CMYK
RGB Variations
Color information
#A059EE (or 0xA059EE) is known color: Medium Purple. HEX triplet: A0, 59 and EE. RGB value is (160,89,238). Sum of RGB (Red+Green+Blue) = 160+89+238=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A059EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059EE is #5FA611. Grayscale: #7E7E7E. Windows color (decimal): -6268434 or 15620512. OLE color: 15620512.
HSL color Cylindrical-coordinate representation of color #A059EE: hue angle of 268.59º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A059EE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 89 | 238 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.07 |
| HSL | 268.59º | 0.81% | 0.64% | - |
| HSV(B) | 268.59º | 0.63% | 0.93% | - |
| XYZ | 33.5 | 20.79 | 83.14 | - |
| YUV | 127.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 238 | 0.33 | 0.63 | 0 | 0.07 | 268.59 | 0.81 | 0.64 |
| Hex | A0 | 59 | EE | 21 | 3F | 0 | 7 | 10D | 51 | 40 |
| Octal | 240 | 131 | 356 | 41 | 77 | 0 | 7 | 415 | 121 | 100 |
| Binary | 10100000 | 1011001 | 11101110 | 100001 | 111111 | 0 | 111 | 100001101 | 1010001 | 1000000 |
Color Harmonies of #A059EE
Complementary color
Monochromatic Colors of #A059EE
Black with #A059EE
Text Example
Text Example
White with #A059EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059EE; }
p { color: rgb(160,89,238); }
H1.HeaderClassName
{
color: #A059EE;
}
.AnyTagClassName
{
color: #A059EE;
}
</style>
background-color css
<style>
a { background-color: #A059EE; }
a { background-color: rgb(160,89,238); }
div.DivClassName
{
background-color: #A059EE;
}
.BgClassName
{
background-color: #A059EE;
}
</style>
border-color css
<style>
span { border-color: #A059EE; }
span { border-color: rgb(160,89,238); }
td.TdClassName
{
border-color: #A059EE;
}
.TagClassName
{
border-color: #A059EE;
}
</style>