Shades of Medium Purple #A059F4
Tints of Medium Purple #A059F4
RGB
CMYK
RGB Variations
Color information
#A059F4 (or 0xA059F4) is known color: Medium Purple. HEX triplet: A0, 59 and F4. RGB value is (160,89,244). Sum of RGB (Red+Green+Blue) = 160+89+244=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #A059F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059F4 is #5FA60B. Grayscale: #7F7F7F. Windows color (decimal): -6268428 or 16013728. OLE color: 16013728.
HSL color Cylindrical-coordinate representation of color #A059F4: hue angle of 267.48º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A059F4 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 89 | 244 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.04 |
| HSL | 267.48º | 0.88% | 0.65% | - |
| HSV(B) | 267.48º | 0.64% | 0.96% | - |
| XYZ | 34.4 | 21.15 | 87.86 | - |
| YUV | 127.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 244 | 0.34 | 0.64 | 0 | 0.04 | 267.48 | 0.88 | 0.65 |
| Hex | A0 | 59 | F4 | 22 | 40 | 0 | 4 | 10B | 58 | 41 |
| Octal | 240 | 131 | 364 | 42 | 100 | 0 | 4 | 413 | 130 | 101 |
| Binary | 10100000 | 1011001 | 11110100 | 100010 | 1000000 | 0 | 100 | 100001011 | 1011000 | 1000001 |
Color Harmonies of #A059F4
Complementary color
Monochromatic Colors of #A059F4
Black with #A059F4
Text Example
Text Example
White with #A059F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059F4; }
p { color: rgb(160,89,244); }
H1.HeaderClassName
{
color: #A059F4;
}
.AnyTagClassName
{
color: #A059F4;
}
</style>
background-color css
<style>
a { background-color: #A059F4; }
a { background-color: rgb(160,89,244); }
div.DivClassName
{
background-color: #A059F4;
}
.BgClassName
{
background-color: #A059F4;
}
</style>
border-color css
<style>
span { border-color: #A059F4; }
span { border-color: rgb(160,89,244); }
td.TdClassName
{
border-color: #A059F4;
}
.TagClassName
{
border-color: #A059F4;
}
</style>