Shades of Medium Purple #A259FB
Tints of Medium Purple #A259FB
RGB
CMYK
RGB Variations
Color information
#A259FB (or 0xA259FB) is known color: Medium Purple. HEX triplet: A2, 59 and FB. RGB value is (162,89,251). Sum of RGB (Red+Green+Blue) = 162+89+251=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #A259FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259FB is #5DA604. Grayscale: #808080. Windows color (decimal): -6137349 or 16472482. OLE color: 16472482.
HSL color Cylindrical-coordinate representation of color #A259FB: hue angle of 267.04º 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 #A259FB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 89 | 251 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.02 |
| HSL | 267.04º | 0.95% | 0.67% | - |
| HSV(B) | 267.04º | 0.65% | 0.98% | - |
| XYZ | 35.89 | 21.79 | 93.58 | - |
| YUV | 129.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 251 | 0.35 | 0.65 | 0 | 0.02 | 267.04 | 0.95 | 0.67 |
| Hex | A2 | 59 | FB | 23 | 41 | 0 | 2 | 10B | 5F | 43 |
| Octal | 242 | 131 | 373 | 43 | 101 | 0 | 2 | 413 | 137 | 103 |
| Binary | 10100010 | 1011001 | 11111011 | 100011 | 1000001 | 0 | 10 | 100001011 | 1011111 | 1000011 |
Color Harmonies of #A259FB
Complementary color
Monochromatic Colors of #A259FB
Black with #A259FB
Text Example
Text Example
White with #A259FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259FB; }
p { color: rgb(162,89,251); }
H1.HeaderClassName
{
color: #A259FB;
}
.AnyTagClassName
{
color: #A259FB;
}
</style>
background-color css
<style>
a { background-color: #A259FB; }
a { background-color: rgb(162,89,251); }
div.DivClassName
{
background-color: #A259FB;
}
.BgClassName
{
background-color: #A259FB;
}
</style>
border-color css
<style>
span { border-color: #A259FB; }
span { border-color: rgb(162,89,251); }
td.TdClassName
{
border-color: #A259FB;
}
.TagClassName
{
border-color: #A259FB;
}
</style>