Shades of Medium Purple #A559F2
Tints of Medium Purple #A559F2
RGB
CMYK
RGB Variations
Color information
#A559F2 (or 0xA559F2) is known color: Medium Purple. HEX triplet: A5, 59 and F2. RGB value is (165,89,242). Sum of RGB (Red+Green+Blue) = 165+89+242=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #A559F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559F2 is #5AA60D. Grayscale: #808080. Windows color (decimal): -5940750 or 15882661. OLE color: 15882661.
HSL color Cylindrical-coordinate representation of color #A559F2: hue angle of 269.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A559F2 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 89 | 242 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.05 |
| HSL | 269.8º | 0.85% | 0.65% | - |
| HSV(B) | 269.8º | 0.63% | 0.95% | - |
| XYZ | 35.12 | 21.55 | 86.31 | - |
| YUV | 129.17 | 191.68 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 242 | 0.32 | 0.63 | 0 | 0.05 | 269.8 | 0.85 | 0.65 |
| Hex | A5 | 59 | F2 | 20 | 3F | 0 | 5 | 10E | 55 | 41 |
| Octal | 245 | 131 | 362 | 40 | 77 | 0 | 5 | 416 | 125 | 101 |
| Binary | 10100101 | 1011001 | 11110010 | 100000 | 111111 | 0 | 101 | 100001110 | 1010101 | 1000001 |
Color Harmonies of #A559F2
Complementary color
Monochromatic Colors of #A559F2
Black with #A559F2
Text Example
Text Example
White with #A559F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559F2; }
p { color: rgb(165,89,242); }
H1.HeaderClassName
{
color: #A559F2;
}
.AnyTagClassName
{
color: #A559F2;
}
</style>
background-color css
<style>
a { background-color: #A559F2; }
a { background-color: rgb(165,89,242); }
div.DivClassName
{
background-color: #A559F2;
}
.BgClassName
{
background-color: #A559F2;
}
</style>
border-color css
<style>
span { border-color: #A559F2; }
span { border-color: rgb(165,89,242); }
td.TdClassName
{
border-color: #A559F2;
}
.TagClassName
{
border-color: #A559F2;
}
</style>