Shades of Medium Purple #A56DFB
Tints of Medium Purple #A56DFB
RGB
CMYK
RGB Variations
Color information
#A56DFB (or 0xA56DFB) is known color: Medium Purple. HEX triplet: A5, 6D and FB. RGB value is (165,109,251). Sum of RGB (Red+Green+Blue) = 165+109+251=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #A56DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DFB is #5A9204. Grayscale: #8D8D8D. Windows color (decimal): -5935621 or 16477605. OLE color: 16477605.
HSL color Cylindrical-coordinate representation of color #A56DFB: hue angle of 263.66º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56DFB is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 109 | 251 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.02 |
| HSL | 263.66º | 0.95% | 0.71% | - |
| HSV(B) | 263.66º | 0.57% | 0.98% | - |
| XYZ | 38.4 | 25.9 | 94.24 | - |
| YUV | 141.93 | 189.55 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 251 | 0.34 | 0.57 | 0 | 0.02 | 263.66 | 0.95 | 0.71 |
| Hex | A5 | 6D | FB | 22 | 39 | 0 | 2 | 108 | 5F | 47 |
| Octal | 245 | 155 | 373 | 42 | 71 | 0 | 2 | 410 | 137 | 107 |
| Binary | 10100101 | 1101101 | 11111011 | 100010 | 111001 | 0 | 10 | 100001000 | 1011111 | 1000111 |
Color Harmonies of #A56DFB
Complementary color
Monochromatic Colors of #A56DFB
Black with #A56DFB
Text Example
Text Example
White with #A56DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DFB; }
p { color: rgb(165,109,251); }
H1.HeaderClassName
{
color: #A56DFB;
}
.AnyTagClassName
{
color: #A56DFB;
}
</style>
background-color css
<style>
a { background-color: #A56DFB; }
a { background-color: rgb(165,109,251); }
div.DivClassName
{
background-color: #A56DFB;
}
.BgClassName
{
background-color: #A56DFB;
}
</style>
border-color css
<style>
span { border-color: #A56DFB; }
span { border-color: rgb(165,109,251); }
td.TdClassName
{
border-color: #A56DFB;
}
.TagClassName
{
border-color: #A56DFB;
}
</style>