Shades of Medium Purple #A561F0
Tints of Medium Purple #A561F0
RGB
CMYK
RGB Variations
Color information
#A561F0 (or 0xA561F0) is known color: Medium Purple. HEX triplet: A5, 61 and F0. RGB value is (165,97,240). Sum of RGB (Red+Green+Blue) = 165+97+240=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #A561F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561F0 is #5A9E0F. Grayscale: #858585. Windows color (decimal): -5938704 or 15753637. OLE color: 15753637.
HSL color Cylindrical-coordinate representation of color #A561F0: hue angle of 268.53º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A561F0 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 97 | 240 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.06 |
| HSL | 268.53º | 0.83% | 0.66% | - |
| HSV(B) | 268.53º | 0.6% | 0.94% | - |
| XYZ | 35.52 | 22.84 | 84.97 | - |
| YUV | 133.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 240 | 0.31 | 0.60 | 0 | 0.06 | 268.53 | 0.83 | 0.66 |
| Hex | A5 | 61 | F0 | 1F | 3C | 0 | 6 | 10D | 53 | 42 |
| Octal | 245 | 141 | 360 | 37 | 74 | 0 | 6 | 415 | 123 | 102 |
| Binary | 10100101 | 1100001 | 11110000 | 11111 | 111100 | 0 | 110 | 100001101 | 1010011 | 1000010 |
Color Harmonies of #A561F0
Complementary color
Monochromatic Colors of #A561F0
Black with #A561F0
Text Example
Text Example
White with #A561F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A561F0; }
p { color: rgb(165,97,240); }
H1.HeaderClassName
{
color: #A561F0;
}
.AnyTagClassName
{
color: #A561F0;
}
</style>
background-color css
<style>
a { background-color: #A561F0; }
a { background-color: rgb(165,97,240); }
div.DivClassName
{
background-color: #A561F0;
}
.BgClassName
{
background-color: #A561F0;
}
</style>
border-color css
<style>
span { border-color: #A561F0; }
span { border-color: rgb(165,97,240); }
td.TdClassName
{
border-color: #A561F0;
}
.TagClassName
{
border-color: #A561F0;
}
</style>