Shades of Medium Purple #A859FB
Tints of Medium Purple #A859FB
RGB
CMYK
RGB Variations
Color information
#A859FB (or 0xA859FB) is known color: Medium Purple. HEX triplet: A8, 59 and FB. RGB value is (168,89,251). Sum of RGB (Red+Green+Blue) = 168+89+251=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #A859FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A859FB is #57A604. Grayscale: #828282. Windows color (decimal): -5744133 or 16472488. OLE color: 16472488.
HSL color Cylindrical-coordinate representation of color #A859FB: hue angle of 269.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A859FB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 89 | 251 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.02 |
| HSL | 269.26º | 0.95% | 0.67% | - |
| HSV(B) | 269.26º | 0.65% | 0.98% | - |
| XYZ | 37.13 | 22.43 | 93.64 | - |
| YUV | 131.09 | 195.67 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 251 | 0.33 | 0.65 | 0 | 0.02 | 269.26 | 0.95 | 0.67 |
| Hex | A8 | 59 | FB | 21 | 41 | 0 | 2 | 10D | 5F | 43 |
| Octal | 250 | 131 | 373 | 41 | 101 | 0 | 2 | 415 | 137 | 103 |
| Binary | 10101000 | 1011001 | 11111011 | 100001 | 1000001 | 0 | 10 | 100001101 | 1011111 | 1000011 |
Color Harmonies of #A859FB
Complementary color
Monochromatic Colors of #A859FB
Black with #A859FB
Text Example
Text Example
White with #A859FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859FB; }
p { color: rgb(168,89,251); }
H1.HeaderClassName
{
color: #A859FB;
}
.AnyTagClassName
{
color: #A859FB;
}
</style>
background-color css
<style>
a { background-color: #A859FB; }
a { background-color: rgb(168,89,251); }
div.DivClassName
{
background-color: #A859FB;
}
.BgClassName
{
background-color: #A859FB;
}
</style>
border-color css
<style>
span { border-color: #A859FB; }
span { border-color: rgb(168,89,251); }
td.TdClassName
{
border-color: #A859FB;
}
.TagClassName
{
border-color: #A859FB;
}
</style>