Shades of Medium Purple #A259ED
Tints of Medium Purple #A259ED
RGB
CMYK
RGB Variations
Color information
#A259ED (or 0xA259ED) is known color: Medium Purple. HEX triplet: A2, 59 and ED. RGB value is (162,89,237). Sum of RGB (Red+Green+Blue) = 162+89+237=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #A259ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A259ED is #5DA612. Grayscale: #7F7F7F. Windows color (decimal): -6137363 or 15554978. OLE color: 15554978.
HSL color Cylindrical-coordinate representation of color #A259ED: hue angle of 269.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A259ED is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 89 | 237 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.07 |
| HSL | 269.59º | 0.8% | 0.64% | - |
| HSV(B) | 269.59º | 0.62% | 0.93% | - |
| XYZ | 33.76 | 20.94 | 82.38 | - |
| YUV | 127.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 237 | 0.32 | 0.62 | 0 | 0.07 | 269.59 | 0.8 | 0.64 |
| Hex | A2 | 59 | ED | 20 | 3E | 0 | 7 | 10E | 50 | 40 |
| Octal | 242 | 131 | 355 | 40 | 76 | 0 | 7 | 416 | 120 | 100 |
| Binary | 10100010 | 1011001 | 11101101 | 100000 | 111110 | 0 | 111 | 100001110 | 1010000 | 1000000 |
Color Harmonies of #A259ED
Complementary color
Monochromatic Colors of #A259ED
Black with #A259ED
Text Example
Text Example
White with #A259ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A259ED; }
p { color: rgb(162,89,237); }
H1.HeaderClassName
{
color: #A259ED;
}
.AnyTagClassName
{
color: #A259ED;
}
</style>
background-color css
<style>
a { background-color: #A259ED; }
a { background-color: rgb(162,89,237); }
div.DivClassName
{
background-color: #A259ED;
}
.BgClassName
{
background-color: #A259ED;
}
</style>
border-color css
<style>
span { border-color: #A259ED; }
span { border-color: rgb(162,89,237); }
td.TdClassName
{
border-color: #A259ED;
}
.TagClassName
{
border-color: #A259ED;
}
</style>