Shades of Medium Purple #A56EE1
Tints of Medium Purple #A56EE1
RGB
CMYK
RGB Variations
Color information
#A56EE1 (or 0xA56EE1) is known color: Medium Purple. HEX triplet: A5, 6E and E1. RGB value is (165,110,225). Sum of RGB (Red+Green+Blue) = 165+110+225=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #A56EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56EE1 is #5A911E. Grayscale: #8B8B8B. Windows color (decimal): -5935391 or 14773925. OLE color: 14773925.
HSL color Cylindrical-coordinate representation of color #A56EE1: hue angle of 268.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A56EE1 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 110 | 225 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.12 |
| HSL | 268.7º | 0.66% | 0.66% | - |
| HSV(B) | 268.7º | 0.51% | 0.88% | - |
| XYZ | 34.68 | 24.59 | 74.15 | - |
| YUV | 139.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 225 | 0.27 | 0.51 | 0 | 0.12 | 268.7 | 0.66 | 0.66 |
| Hex | A5 | 6E | E1 | 1B | 33 | 0 | C | 10D | 42 | 42 |
| Octal | 245 | 156 | 341 | 33 | 63 | 0 | 14 | 415 | 102 | 102 |
| Binary | 10100101 | 1101110 | 11100001 | 11011 | 110011 | 0 | 1100 | 100001101 | 1000010 | 1000010 |
Color Harmonies of #A56EE1
Complementary color
Monochromatic Colors of #A56EE1
Black with #A56EE1
Text Example
Text Example
White with #A56EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56EE1; }
p { color: rgb(165,110,225); }
H1.HeaderClassName
{
color: #A56EE1;
}
.AnyTagClassName
{
color: #A56EE1;
}
</style>
background-color css
<style>
a { background-color: #A56EE1; }
a { background-color: rgb(165,110,225); }
div.DivClassName
{
background-color: #A56EE1;
}
.BgClassName
{
background-color: #A56EE1;
}
</style>
border-color css
<style>
span { border-color: #A56EE1; }
span { border-color: rgb(165,110,225); }
td.TdClassName
{
border-color: #A56EE1;
}
.TagClassName
{
border-color: #A56EE1;
}
</style>