Shades of Medium Purple #A56DED
Tints of Medium Purple #A56DED
RGB
CMYK
RGB Variations
Color information
#A56DED (or 0xA56DED) is known color: Medium Purple. HEX triplet: A5, 6D and ED. RGB value is (165,109,237). Sum of RGB (Red+Green+Blue) = 165+109+237=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #A56DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DED is #5A9212. Grayscale: #8B8B8B. Windows color (decimal): -5935635 or 15560101. OLE color: 15560101.
HSL color Cylindrical-coordinate representation of color #A56DED: hue angle of 266.25º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A56DED is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 109 | 237 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.07 |
| HSL | 266.25º | 0.78% | 0.68% | - |
| HSV(B) | 266.25º | 0.54% | 0.93% | - |
| XYZ | 36.27 | 25.05 | 83.04 | - |
| YUV | 140.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 237 | 0.30 | 0.54 | 0 | 0.07 | 266.25 | 0.78 | 0.68 |
| Hex | A5 | 6D | ED | 1E | 36 | 0 | 7 | 10A | 4E | 44 |
| Octal | 245 | 155 | 355 | 36 | 66 | 0 | 7 | 412 | 116 | 104 |
| Binary | 10100101 | 1101101 | 11101101 | 11110 | 110110 | 0 | 111 | 100001010 | 1001110 | 1000100 |
Color Harmonies of #A56DED
Complementary color
Monochromatic Colors of #A56DED
Black with #A56DED
Text Example
Text Example
White with #A56DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DED; }
p { color: rgb(165,109,237); }
H1.HeaderClassName
{
color: #A56DED;
}
.AnyTagClassName
{
color: #A56DED;
}
</style>
background-color css
<style>
a { background-color: #A56DED; }
a { background-color: rgb(165,109,237); }
div.DivClassName
{
background-color: #A56DED;
}
.BgClassName
{
background-color: #A56DED;
}
</style>
border-color css
<style>
span { border-color: #A56DED; }
span { border-color: rgb(165,109,237); }
td.TdClassName
{
border-color: #A56DED;
}
.TagClassName
{
border-color: #A56DED;
}
</style>