Shades of Medium Purple #A059EB
Tints of Medium Purple #A059EB
RGB
CMYK
RGB Variations
Color information
#A059EB (or 0xA059EB) is known color: Medium Purple. HEX triplet: A0, 59 and EB. RGB value is (160,89,235). Sum of RGB (Red+Green+Blue) = 160+89+235=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #A059EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059EB is #5FA614. Grayscale: #7E7E7E. Windows color (decimal): -6268437 or 15423904. OLE color: 15423904.
HSL color Cylindrical-coordinate representation of color #A059EB: hue angle of 269.18º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A059EB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 89 | 235 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.08 |
| HSL | 269.18º | 0.78% | 0.64% | - |
| HSV(B) | 269.18º | 0.62% | 0.92% | - |
| XYZ | 33.06 | 20.62 | 80.83 | - |
| YUV | 126.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 235 | 0.32 | 0.62 | 0 | 0.08 | 269.18 | 0.78 | 0.64 |
| Hex | A0 | 59 | EB | 20 | 3E | 0 | 8 | 10D | 4E | 40 |
| Octal | 240 | 131 | 353 | 40 | 76 | 0 | 10 | 415 | 116 | 100 |
| Binary | 10100000 | 1011001 | 11101011 | 100000 | 111110 | 0 | 1000 | 100001101 | 1001110 | 1000000 |
Color Harmonies of #A059EB
Complementary color
Monochromatic Colors of #A059EB
Black with #A059EB
Text Example
Text Example
White with #A059EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059EB; }
p { color: rgb(160,89,235); }
H1.HeaderClassName
{
color: #A059EB;
}
.AnyTagClassName
{
color: #A059EB;
}
</style>
background-color css
<style>
a { background-color: #A059EB; }
a { background-color: rgb(160,89,235); }
div.DivClassName
{
background-color: #A059EB;
}
.BgClassName
{
background-color: #A059EB;
}
</style>
border-color css
<style>
span { border-color: #A059EB; }
span { border-color: rgb(160,89,235); }
td.TdClassName
{
border-color: #A059EB;
}
.TagClassName
{
border-color: #A059EB;
}
</style>