Shades of Medium Purple #A56EE0
Tints of Medium Purple #A56EE0
RGB
CMYK
RGB Variations
Color information
#A56EE0 (or 0xA56EE0) is known color: Medium Purple. HEX triplet: A5, 6E and E0. RGB value is (165,110,224). Sum of RGB (Red+Green+Blue) = 165+110+224=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #A56EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EE0 is #5A911F. Grayscale: #8B8B8B. Windows color (decimal): -5935392 or 14708389. OLE color: 14708389.
HSL color Cylindrical-coordinate representation of color #A56EE0: hue angle of 268.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56EE0 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 110 | 224 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.12 |
| HSL | 268.95º | 0.65% | 0.65% | - |
| HSV(B) | 268.95º | 0.51% | 0.88% | - |
| XYZ | 34.55 | 24.53 | 73.44 | - |
| YUV | 139.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 224 | 0.26 | 0.51 | 0 | 0.12 | 268.95 | 0.65 | 0.65 |
| Hex | A5 | 6E | E0 | 1A | 33 | 0 | C | 10D | 41 | 41 |
| Octal | 245 | 156 | 340 | 32 | 63 | 0 | 14 | 415 | 101 | 101 |
| Binary | 10100101 | 1101110 | 11100000 | 11010 | 110011 | 0 | 1100 | 100001101 | 1000001 | 1000001 |
Color Harmonies of #A56EE0
Complementary color
Monochromatic Colors of #A56EE0
Black with #A56EE0
Text Example
Text Example
White with #A56EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56EE0; }
p { color: rgb(165,110,224); }
H1.HeaderClassName
{
color: #A56EE0;
}
.AnyTagClassName
{
color: #A56EE0;
}
</style>
background-color css
<style>
a { background-color: #A56EE0; }
a { background-color: rgb(165,110,224); }
div.DivClassName
{
background-color: #A56EE0;
}
.BgClassName
{
background-color: #A56EE0;
}
</style>
border-color css
<style>
span { border-color: #A56EE0; }
span { border-color: rgb(165,110,224); }
td.TdClassName
{
border-color: #A56EE0;
}
.TagClassName
{
border-color: #A56EE0;
}
</style>