Shades of Medium Purple #A859FD
Tints of Medium Purple #A859FD
RGB
CMYK
RGB Variations
Color information
#A859FD (or 0xA859FD) is known color: Medium Purple. HEX triplet: A8, 59 and FD. RGB value is (168,89,253). Sum of RGB (Red+Green+Blue) = 168+89+253=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #A859FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859FD is #57A602. Grayscale: #828282. Windows color (decimal): -5744131 or 16603560. OLE color: 16603560.
HSL color Cylindrical-coordinate representation of color #A859FD: hue angle of 268.9º degrees, saturation: 0.98, 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 #A859FD is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 89 | 253 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.01 |
| HSL | 268.9º | 0.98% | 0.67% | - |
| HSV(B) | 268.9º | 0.65% | 0.99% | - |
| XYZ | 37.45 | 22.56 | 95.31 | - |
| YUV | 131.32 | 196.67 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 253 | 0.34 | 0.65 | 0 | 0.01 | 268.9 | 0.98 | 0.67 |
| Hex | A8 | 59 | FD | 22 | 41 | 0 | 1 | 10D | 62 | 43 |
| Octal | 250 | 131 | 375 | 42 | 101 | 0 | 1 | 415 | 142 | 103 |
| Binary | 10101000 | 1011001 | 11111101 | 100010 | 1000001 | 0 | 1 | 100001101 | 1100010 | 1000011 |
Color Harmonies of #A859FD
Complementary color
Monochromatic Colors of #A859FD
Black with #A859FD
Text Example
Text Example
White with #A859FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859FD; }
p { color: rgb(168,89,253); }
H1.HeaderClassName
{
color: #A859FD;
}
.AnyTagClassName
{
color: #A859FD;
}
</style>
background-color css
<style>
a { background-color: #A859FD; }
a { background-color: rgb(168,89,253); }
div.DivClassName
{
background-color: #A859FD;
}
.BgClassName
{
background-color: #A859FD;
}
</style>
border-color css
<style>
span { border-color: #A859FD; }
span { border-color: rgb(168,89,253); }
td.TdClassName
{
border-color: #A859FD;
}
.TagClassName
{
border-color: #A859FD;
}
</style>