Shades of Medium Purple #A56DDF
Tints of Medium Purple #A56DDF
RGB
CMYK
RGB Variations
Color information
#A56DDF (or 0xA56DDF) is known color: Medium Purple. HEX triplet: A5, 6D and DF. RGB value is (165,109,223). Sum of RGB (Red+Green+Blue) = 165+109+223=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #A56DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56DDF is #5A9220. Grayscale: #8A8A8A. Windows color (decimal): -5935649 or 14642597. OLE color: 14642597.
HSL color Cylindrical-coordinate representation of color #A56DDF: hue angle of 269.47º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56DDF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 109 | 223 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.13 |
| HSL | 269.47º | 0.64% | 0.65% | - |
| HSV(B) | 269.47º | 0.51% | 0.87% | - |
| XYZ | 34.3 | 24.26 | 72.69 | - |
| YUV | 138.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 223 | 0.26 | 0.51 | 0 | 0.13 | 269.47 | 0.64 | 0.65 |
| Hex | A5 | 6D | DF | 1A | 33 | 0 | D | 10D | 40 | 41 |
| Octal | 245 | 155 | 337 | 32 | 63 | 0 | 15 | 415 | 100 | 101 |
| Binary | 10100101 | 1101101 | 11011111 | 11010 | 110011 | 0 | 1101 | 100001101 | 1000000 | 1000001 |
Color Harmonies of #A56DDF
Complementary color
Monochromatic Colors of #A56DDF
Black with #A56DDF
Text Example
Text Example
White with #A56DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DDF; }
p { color: rgb(165,109,223); }
H1.HeaderClassName
{
color: #A56DDF;
}
.AnyTagClassName
{
color: #A56DDF;
}
</style>
background-color css
<style>
a { background-color: #A56DDF; }
a { background-color: rgb(165,109,223); }
div.DivClassName
{
background-color: #A56DDF;
}
.BgClassName
{
background-color: #A56DDF;
}
</style>
border-color css
<style>
span { border-color: #A56DDF; }
span { border-color: rgb(165,109,223); }
td.TdClassName
{
border-color: #A56DDF;
}
.TagClassName
{
border-color: #A56DDF;
}
</style>