Shades of Medium Purple #A259FE
Tints of Medium Purple #A259FE
RGB
CMYK
RGB Variations
Color information
#A259FE (or 0xA259FE) is known color: Medium Purple. HEX triplet: A2, 59 and FE. RGB value is (162,89,254). Sum of RGB (Red+Green+Blue) = 162+89+254=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #A259FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259FE is #5DA601. Grayscale: #818181. Windows color (decimal): -6137346 or 16669090. OLE color: 16669090.
HSL color Cylindrical-coordinate representation of color #A259FE: hue angle of 266.55º 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 #A259FE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 89 | 254 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.00 |
| HSL | 266.55º | 0.99% | 0.67% | - |
| HSV(B) | 266.55º | 0.65% | 1% | - |
| XYZ | 36.36 | 21.98 | 96.09 | - |
| YUV | 129.64 | 198.18 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 254 | 0.36 | 0.65 | 0 | 0.00 | 266.55 | 0.99 | 0.67 |
| Hex | A2 | 59 | FE | 24 | 41 | 0 | 0 | 10B | 63 | 43 |
| Octal | 242 | 131 | 376 | 44 | 101 | 0 | 0 | 413 | 143 | 103 |
| Binary | 10100010 | 1011001 | 11111110 | 100100 | 1000001 | 0 | 0 | 100001011 | 1100011 | 1000011 |
Color Harmonies of #A259FE
Complementary color
Monochromatic Colors of #A259FE
Black with #A259FE
Text Example
Text Example
White with #A259FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259FE; }
p { color: rgb(162,89,254); }
H1.HeaderClassName
{
color: #A259FE;
}
.AnyTagClassName
{
color: #A259FE;
}
</style>
background-color css
<style>
a { background-color: #A259FE; }
a { background-color: rgb(162,89,254); }
div.DivClassName
{
background-color: #A259FE;
}
.BgClassName
{
background-color: #A259FE;
}
</style>
border-color css
<style>
span { border-color: #A259FE; }
span { border-color: rgb(162,89,254); }
td.TdClassName
{
border-color: #A259FE;
}
.TagClassName
{
border-color: #A259FE;
}
</style>