Shades of Medium Purple #A563F9
Tints of Medium Purple #A563F9
RGB
CMYK
RGB Variations
Color information
#A563F9 (or 0xA563F9) is known color: Medium Purple. HEX triplet: A5, 63 and F9. RGB value is (165,99,249). Sum of RGB (Red+Green+Blue) = 165+99+249=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #A563F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A563F9 is #5A9C06. Grayscale: #878787. Windows color (decimal): -5938183 or 16343973. OLE color: 16343973.
HSL color Cylindrical-coordinate representation of color #A563F9: hue angle of 266.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A563F9 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 99 | 249 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.02 |
| HSL | 266.4º | 0.93% | 0.68% | - |
| HSV(B) | 266.4º | 0.6% | 0.98% | - |
| XYZ | 37.08 | 23.76 | 92.25 | - |
| YUV | 135.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 249 | 0.34 | 0.60 | 0 | 0.02 | 266.4 | 0.93 | 0.68 |
| Hex | A5 | 63 | F9 | 22 | 3C | 0 | 2 | 10A | 5D | 44 |
| Octal | 245 | 143 | 371 | 42 | 74 | 0 | 2 | 412 | 135 | 104 |
| Binary | 10100101 | 1100011 | 11111001 | 100010 | 111100 | 0 | 10 | 100001010 | 1011101 | 1000100 |
Color Harmonies of #A563F9
Complementary color
Monochromatic Colors of #A563F9
Black with #A563F9
Text Example
Text Example
White with #A563F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563F9; }
p { color: rgb(165,99,249); }
H1.HeaderClassName
{
color: #A563F9;
}
.AnyTagClassName
{
color: #A563F9;
}
</style>
background-color css
<style>
a { background-color: #A563F9; }
a { background-color: rgb(165,99,249); }
div.DivClassName
{
background-color: #A563F9;
}
.BgClassName
{
background-color: #A563F9;
}
</style>
border-color css
<style>
span { border-color: #A563F9; }
span { border-color: rgb(165,99,249); }
td.TdClassName
{
border-color: #A563F9;
}
.TagClassName
{
border-color: #A563F9;
}
</style>