Shades of Medium Purple #A859F0
Tints of Medium Purple #A859F0
RGB
CMYK
RGB Variations
Color information
#A859F0 (or 0xA859F0) is known color: Medium Purple. HEX triplet: A8, 59 and F0. RGB value is (168,89,240). Sum of RGB (Red+Green+Blue) = 168+89+240=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #A859F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859F0 is #57A60F. Grayscale: #818181. Windows color (decimal): -5744144 or 15751592. OLE color: 15751592.
HSL color Cylindrical-coordinate representation of color #A859F0: hue angle of 271.39º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A859F0 is Cyan = 0.3, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 89 | 240 | - |
| CMYK | 0.3 | 0.63 | 0 | 0.06 |
| HSL | 271.39º | 0.83% | 0.65% | - |
| HSV(B) | 271.39º | 0.63% | 0.94% | - |
| XYZ | 35.45 | 21.76 | 84.77 | - |
| YUV | 129.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 240 | 0.3 | 0.63 | 0 | 0.06 | 271.39 | 0.83 | 0.65 |
| Hex | A8 | 59 | F0 | 1E | 3F | 0 | 6 | 10F | 53 | 41 |
| Octal | 250 | 131 | 360 | 36 | 77 | 0 | 6 | 417 | 123 | 101 |
| Binary | 10101000 | 1011001 | 11110000 | 11110 | 111111 | 0 | 110 | 100001111 | 1010011 | 1000001 |
Color Harmonies of #A859F0
Complementary color
Monochromatic Colors of #A859F0
Black with #A859F0
Text Example
Text Example
White with #A859F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859F0; }
p { color: rgb(168,89,240); }
H1.HeaderClassName
{
color: #A859F0;
}
.AnyTagClassName
{
color: #A859F0;
}
</style>
background-color css
<style>
a { background-color: #A859F0; }
a { background-color: rgb(168,89,240); }
div.DivClassName
{
background-color: #A859F0;
}
.BgClassName
{
background-color: #A859F0;
}
</style>
border-color css
<style>
span { border-color: #A859F0; }
span { border-color: rgb(168,89,240); }
td.TdClassName
{
border-color: #A859F0;
}
.TagClassName
{
border-color: #A859F0;
}
</style>