Shades of Medium Purple #A560F9
Tints of Medium Purple #A560F9
RGB
CMYK
RGB Variations
Color information
#A560F9 (or 0xA560F9) is known color: Medium Purple. HEX triplet: A5, 60 and F9. RGB value is (165,96,249). Sum of RGB (Red+Green+Blue) = 165+96+249=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #A560F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560F9 is #5A9F06. Grayscale: #858585. Windows color (decimal): -5938951 or 16343205. OLE color: 16343205.
HSL color Cylindrical-coordinate representation of color #A560F9: hue angle of 267.06º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A560F9 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 96 | 249 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.02 |
| HSL | 267.06º | 0.93% | 0.68% | - |
| HSV(B) | 267.06º | 0.61% | 0.98% | - |
| XYZ | 36.8 | 23.2 | 92.16 | - |
| YUV | 134.07 | 192.86 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 249 | 0.34 | 0.61 | 0 | 0.02 | 267.06 | 0.93 | 0.68 |
| Hex | A5 | 60 | F9 | 22 | 3D | 0 | 2 | 10B | 5D | 44 |
| Octal | 245 | 140 | 371 | 42 | 75 | 0 | 2 | 413 | 135 | 104 |
| Binary | 10100101 | 1100000 | 11111001 | 100010 | 111101 | 0 | 10 | 100001011 | 1011101 | 1000100 |
Color Harmonies of #A560F9
Complementary color
Monochromatic Colors of #A560F9
Black with #A560F9
Text Example
Text Example
White with #A560F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560F9; }
p { color: rgb(165,96,249); }
H1.HeaderClassName
{
color: #A560F9;
}
.AnyTagClassName
{
color: #A560F9;
}
</style>
background-color css
<style>
a { background-color: #A560F9; }
a { background-color: rgb(165,96,249); }
div.DivClassName
{
background-color: #A560F9;
}
.BgClassName
{
background-color: #A560F9;
}
</style>
border-color css
<style>
span { border-color: #A560F9; }
span { border-color: rgb(165,96,249); }
td.TdClassName
{
border-color: #A560F9;
}
.TagClassName
{
border-color: #A560F9;
}
</style>