Shades of Medium Purple #A56DF0
Tints of Medium Purple #A56DF0
RGB
CMYK
RGB Variations
Color information
#A56DF0 (or 0xA56DF0) is known color: Medium Purple. HEX triplet: A5, 6D and F0. RGB value is (165,109,240). Sum of RGB (Red+Green+Blue) = 165+109+240=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #A56DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DF0 is #5A920F. Grayscale: #8C8C8C. Windows color (decimal): -5935632 or 15756709. OLE color: 15756709.
HSL color Cylindrical-coordinate representation of color #A56DF0: hue angle of 265.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56DF0 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 109 | 240 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.06 |
| HSL | 265.65º | 0.81% | 0.68% | - |
| HSV(B) | 265.65º | 0.55% | 0.94% | - |
| XYZ | 36.71 | 25.23 | 85.37 | - |
| YUV | 140.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 240 | 0.31 | 0.55 | 0 | 0.06 | 265.65 | 0.81 | 0.68 |
| Hex | A5 | 6D | F0 | 1F | 37 | 0 | 6 | 10A | 51 | 44 |
| Octal | 245 | 155 | 360 | 37 | 67 | 0 | 6 | 412 | 121 | 104 |
| Binary | 10100101 | 1101101 | 11110000 | 11111 | 110111 | 0 | 110 | 100001010 | 1010001 | 1000100 |
Color Harmonies of #A56DF0
Complementary color
Monochromatic Colors of #A56DF0
Black with #A56DF0
Text Example
Text Example
White with #A56DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DF0; }
p { color: rgb(165,109,240); }
H1.HeaderClassName
{
color: #A56DF0;
}
.AnyTagClassName
{
color: #A56DF0;
}
</style>
background-color css
<style>
a { background-color: #A56DF0; }
a { background-color: rgb(165,109,240); }
div.DivClassName
{
background-color: #A56DF0;
}
.BgClassName
{
background-color: #A56DF0;
}
</style>
border-color css
<style>
span { border-color: #A56DF0; }
span { border-color: rgb(165,109,240); }
td.TdClassName
{
border-color: #A56DF0;
}
.TagClassName
{
border-color: #A56DF0;
}
</style>