Shades of Medium Purple #A259EF
Tints of Medium Purple #A259EF
RGB
CMYK
RGB Variations
Color information
#A259EF (or 0xA259EF) is known color: Medium Purple. HEX triplet: A2, 59 and EF. RGB value is (162,89,239). Sum of RGB (Red+Green+Blue) = 162+89+239=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #A259EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259EF is #5DA610. Grayscale: #7F7F7F. Windows color (decimal): -6137361 or 15686050. OLE color: 15686050.
HSL color Cylindrical-coordinate representation of color #A259EF: hue angle of 269.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A259EF is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 89 | 239 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.06 |
| HSL | 269.2º | 0.82% | 0.64% | - |
| HSV(B) | 269.2º | 0.63% | 0.94% | - |
| XYZ | 34.05 | 21.06 | 83.93 | - |
| YUV | 127.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 239 | 0.32 | 0.63 | 0 | 0.06 | 269.2 | 0.82 | 0.64 |
| Hex | A2 | 59 | EF | 20 | 3F | 0 | 6 | 10D | 52 | 40 |
| Octal | 242 | 131 | 357 | 40 | 77 | 0 | 6 | 415 | 122 | 100 |
| Binary | 10100010 | 1011001 | 11101111 | 100000 | 111111 | 0 | 110 | 100001101 | 1010010 | 1000000 |
Color Harmonies of #A259EF
Complementary color
Monochromatic Colors of #A259EF
Black with #A259EF
Text Example
Text Example
White with #A259EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259EF; }
p { color: rgb(162,89,239); }
H1.HeaderClassName
{
color: #A259EF;
}
.AnyTagClassName
{
color: #A259EF;
}
</style>
background-color css
<style>
a { background-color: #A259EF; }
a { background-color: rgb(162,89,239); }
div.DivClassName
{
background-color: #A259EF;
}
.BgClassName
{
background-color: #A259EF;
}
</style>
border-color css
<style>
span { border-color: #A259EF; }
span { border-color: rgb(162,89,239); }
td.TdClassName
{
border-color: #A259EF;
}
.TagClassName
{
border-color: #A259EF;
}
</style>