Shades of Medium Purple #A859FE
Tints of Medium Purple #A859FE
RGB
CMYK
RGB Variations
Color information
#A859FE (or 0xA859FE) is known color: Medium Purple. HEX triplet: A8, 59 and FE. RGB value is (168,89,254). Sum of RGB (Red+Green+Blue) = 168+89+254=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #A859FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859FE is #57A601. Grayscale: #828282. Windows color (decimal): -5744130 or 16669096. OLE color: 16669096.
HSL color Cylindrical-coordinate representation of color #A859FE: hue angle of 268.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A859FE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 89 | 254 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.00 |
| HSL | 268.73º | 0.99% | 0.67% | - |
| HSV(B) | 268.73º | 0.65% | 1% | - |
| XYZ | 37.61 | 22.63 | 96.15 | - |
| YUV | 131.43 | 197.17 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 254 | 0.34 | 0.65 | 0 | 0.00 | 268.73 | 0.99 | 0.67 |
| Hex | A8 | 59 | FE | 22 | 41 | 0 | 0 | 10D | 63 | 43 |
| Octal | 250 | 131 | 376 | 42 | 101 | 0 | 0 | 415 | 143 | 103 |
| Binary | 10101000 | 1011001 | 11111110 | 100010 | 1000001 | 0 | 0 | 100001101 | 1100011 | 1000011 |
Color Harmonies of #A859FE
Complementary color
Monochromatic Colors of #A859FE
Black with #A859FE
Text Example
Text Example
White with #A859FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859FE; }
p { color: rgb(168,89,254); }
H1.HeaderClassName
{
color: #A859FE;
}
.AnyTagClassName
{
color: #A859FE;
}
</style>
background-color css
<style>
a { background-color: #A859FE; }
a { background-color: rgb(168,89,254); }
div.DivClassName
{
background-color: #A859FE;
}
.BgClassName
{
background-color: #A859FE;
}
</style>
border-color css
<style>
span { border-color: #A859FE; }
span { border-color: rgb(168,89,254); }
td.TdClassName
{
border-color: #A859FE;
}
.TagClassName
{
border-color: #A859FE;
}
</style>