Shades of Medium Purple #A859F4
Tints of Medium Purple #A859F4
RGB
CMYK
RGB Variations
Color information
#A859F4 (or 0xA859F4) is known color: Medium Purple. HEX triplet: A8, 59 and F4. RGB value is (168,89,244). Sum of RGB (Red+Green+Blue) = 168+89+244=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #A859F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859F4 is #57A60B. Grayscale: #818181. Windows color (decimal): -5744140 or 16013736. OLE color: 16013736.
HSL color Cylindrical-coordinate representation of color #A859F4: hue angle of 270.58º 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 #A859F4 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 89 | 244 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.04 |
| HSL | 270.58º | 0.88% | 0.65% | - |
| HSV(B) | 270.58º | 0.64% | 0.96% | - |
| XYZ | 36.05 | 22 | 87.93 | - |
| YUV | 130.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 244 | 0.31 | 0.64 | 0 | 0.04 | 270.58 | 0.88 | 0.65 |
| Hex | A8 | 59 | F4 | 1F | 40 | 0 | 4 | 10F | 58 | 41 |
| Octal | 250 | 131 | 364 | 37 | 100 | 0 | 4 | 417 | 130 | 101 |
| Binary | 10101000 | 1011001 | 11110100 | 11111 | 1000000 | 0 | 100 | 100001111 | 1011000 | 1000001 |
Color Harmonies of #A859F4
Complementary color
Monochromatic Colors of #A859F4
Black with #A859F4
Text Example
Text Example
White with #A859F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859F4; }
p { color: rgb(168,89,244); }
H1.HeaderClassName
{
color: #A859F4;
}
.AnyTagClassName
{
color: #A859F4;
}
</style>
background-color css
<style>
a { background-color: #A859F4; }
a { background-color: rgb(168,89,244); }
div.DivClassName
{
background-color: #A859F4;
}
.BgClassName
{
background-color: #A859F4;
}
</style>
border-color css
<style>
span { border-color: #A859F4; }
span { border-color: rgb(168,89,244); }
td.TdClassName
{
border-color: #A859F4;
}
.TagClassName
{
border-color: #A859F4;
}
</style>