Shades of Medium Purple #A559FE
Tints of Medium Purple #A559FE
RGB
CMYK
RGB Variations
Color information
#A559FE (or 0xA559FE) is known color: Medium Purple. HEX triplet: A5, 59 and FE. RGB value is (165,89,254). Sum of RGB (Red+Green+Blue) = 165+89+254=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #A559FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559FE is #5AA601. Grayscale: #818181. Windows color (decimal): -5940738 or 16669093. OLE color: 16669093.
HSL color Cylindrical-coordinate representation of color #A559FE: hue angle of 267.64º 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 #A559FE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 89 | 254 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.00 |
| HSL | 267.64º | 0.99% | 0.67% | - |
| HSV(B) | 267.64º | 0.65% | 1% | - |
| XYZ | 36.98 | 22.3 | 96.12 | - |
| YUV | 130.53 | 197.68 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 254 | 0.35 | 0.65 | 0 | 0.00 | 267.64 | 0.99 | 0.67 |
| Hex | A5 | 59 | FE | 23 | 41 | 0 | 0 | 10C | 63 | 43 |
| Octal | 245 | 131 | 376 | 43 | 101 | 0 | 0 | 414 | 143 | 103 |
| Binary | 10100101 | 1011001 | 11111110 | 100011 | 1000001 | 0 | 0 | 100001100 | 1100011 | 1000011 |
Color Harmonies of #A559FE
Complementary color
Monochromatic Colors of #A559FE
Black with #A559FE
Text Example
Text Example
White with #A559FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559FE; }
p { color: rgb(165,89,254); }
H1.HeaderClassName
{
color: #A559FE;
}
.AnyTagClassName
{
color: #A559FE;
}
</style>
background-color css
<style>
a { background-color: #A559FE; }
a { background-color: rgb(165,89,254); }
div.DivClassName
{
background-color: #A559FE;
}
.BgClassName
{
background-color: #A559FE;
}
</style>
border-color css
<style>
span { border-color: #A559FE; }
span { border-color: rgb(165,89,254); }
td.TdClassName
{
border-color: #A559FE;
}
.TagClassName
{
border-color: #A559FE;
}
</style>