Shades of Medium Purple #A059FC
Tints of Medium Purple #A059FC
RGB
CMYK
RGB Variations
Color information
#A059FC (or 0xA059FC) is known color: Medium Purple. HEX triplet: A0, 59 and FC. RGB value is (160,89,252). Sum of RGB (Red+Green+Blue) = 160+89+252=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #A059FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059FC is #5FA603. Grayscale: #808080. Windows color (decimal): -6268420 or 16538016. OLE color: 16538016.
HSL color Cylindrical-coordinate representation of color #A059FC: hue angle of 266.13º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A059FC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 89 | 252 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.01 |
| HSL | 266.13º | 0.96% | 0.67% | - |
| HSV(B) | 266.13º | 0.65% | 0.99% | - |
| XYZ | 35.64 | 21.65 | 94.4 | - |
| YUV | 128.81 | 197.52 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 252 | 0.37 | 0.65 | 0 | 0.01 | 266.13 | 0.96 | 0.67 |
| Hex | A0 | 59 | FC | 25 | 41 | 0 | 1 | 10A | 60 | 43 |
| Octal | 240 | 131 | 374 | 45 | 101 | 0 | 1 | 412 | 140 | 103 |
| Binary | 10100000 | 1011001 | 11111100 | 100101 | 1000001 | 0 | 1 | 100001010 | 1100000 | 1000011 |
Color Harmonies of #A059FC
Complementary color
Monochromatic Colors of #A059FC
Black with #A059FC
Text Example
Text Example
White with #A059FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059FC; }
p { color: rgb(160,89,252); }
H1.HeaderClassName
{
color: #A059FC;
}
.AnyTagClassName
{
color: #A059FC;
}
</style>
background-color css
<style>
a { background-color: #A059FC; }
a { background-color: rgb(160,89,252); }
div.DivClassName
{
background-color: #A059FC;
}
.BgClassName
{
background-color: #A059FC;
}
</style>
border-color css
<style>
span { border-color: #A059FC; }
span { border-color: rgb(160,89,252); }
td.TdClassName
{
border-color: #A059FC;
}
.TagClassName
{
border-color: #A059FC;
}
</style>