Shades of Medium Purple #A559F6
Tints of Medium Purple #A559F6
RGB
CMYK
RGB Variations
Color information
#A559F6 (or 0xA559F6) is known color: Medium Purple. HEX triplet: A5, 59 and F6. RGB value is (165,89,246). Sum of RGB (Red+Green+Blue) = 165+89+246=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #A559F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559F6 is #5AA609. Grayscale: #818181. Windows color (decimal): -5940746 or 16144805. OLE color: 16144805.
HSL color Cylindrical-coordinate representation of color #A559F6: hue angle of 269.04º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A559F6 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 89 | 246 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.04 |
| HSL | 269.04º | 0.9% | 0.66% | - |
| HSV(B) | 269.04º | 0.64% | 0.96% | - |
| XYZ | 35.72 | 21.8 | 89.51 | - |
| YUV | 129.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 246 | 0.33 | 0.64 | 0 | 0.04 | 269.04 | 0.9 | 0.66 |
| Hex | A5 | 59 | F6 | 21 | 40 | 0 | 4 | 10D | 5A | 42 |
| Octal | 245 | 131 | 366 | 41 | 100 | 0 | 4 | 415 | 132 | 102 |
| Binary | 10100101 | 1011001 | 11110110 | 100001 | 1000000 | 0 | 100 | 100001101 | 1011010 | 1000010 |
Color Harmonies of #A559F6
Complementary color
Monochromatic Colors of #A559F6
Black with #A559F6
Text Example
Text Example
White with #A559F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559F6; }
p { color: rgb(165,89,246); }
H1.HeaderClassName
{
color: #A559F6;
}
.AnyTagClassName
{
color: #A559F6;
}
</style>
background-color css
<style>
a { background-color: #A559F6; }
a { background-color: rgb(165,89,246); }
div.DivClassName
{
background-color: #A559F6;
}
.BgClassName
{
background-color: #A559F6;
}
</style>
border-color css
<style>
span { border-color: #A559F6; }
span { border-color: rgb(165,89,246); }
td.TdClassName
{
border-color: #A559F6;
}
.TagClassName
{
border-color: #A559F6;
}
</style>