Shades of Medium Purple #A56EEF
Tints of Medium Purple #A56EEF
RGB
CMYK
RGB Variations
Color information
#A56EEF (or 0xA56EEF) is known color: Medium Purple. HEX triplet: A5, 6E and EF. RGB value is (165,110,239). Sum of RGB (Red+Green+Blue) = 165+110+239=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #A56EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56EEF is #5A9110. Grayscale: #8C8C8C. Windows color (decimal): -5935377 or 15691429. OLE color: 15691429.
HSL color Cylindrical-coordinate representation of color #A56EEF: hue angle of 265.58º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A56EEF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 110 | 239 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.06 |
| HSL | 265.58º | 0.8% | 0.68% | - |
| HSV(B) | 265.58º | 0.54% | 0.94% | - |
| XYZ | 36.67 | 25.38 | 84.63 | - |
| YUV | 141.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 239 | 0.31 | 0.54 | 0 | 0.06 | 265.58 | 0.8 | 0.68 |
| Hex | A5 | 6E | EF | 1F | 36 | 0 | 6 | 10A | 50 | 44 |
| Octal | 245 | 156 | 357 | 37 | 66 | 0 | 6 | 412 | 120 | 104 |
| Binary | 10100101 | 1101110 | 11101111 | 11111 | 110110 | 0 | 110 | 100001010 | 1010000 | 1000100 |
Color Harmonies of #A56EEF
Complementary color
Monochromatic Colors of #A56EEF
Black with #A56EEF
Text Example
Text Example
White with #A56EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56EEF; }
p { color: rgb(165,110,239); }
H1.HeaderClassName
{
color: #A56EEF;
}
.AnyTagClassName
{
color: #A56EEF;
}
</style>
background-color css
<style>
a { background-color: #A56EEF; }
a { background-color: rgb(165,110,239); }
div.DivClassName
{
background-color: #A56EEF;
}
.BgClassName
{
background-color: #A56EEF;
}
</style>
border-color css
<style>
span { border-color: #A56EEF; }
span { border-color: rgb(165,110,239); }
td.TdClassName
{
border-color: #A56EEF;
}
.TagClassName
{
border-color: #A56EEF;
}
</style>