Shades of Medium Purple #A56CE0
Tints of Medium Purple #A56CE0
RGB
CMYK
RGB Variations
Color information
#A56CE0 (or 0xA56CE0) is known color: Medium Purple. HEX triplet: A5, 6C and E0. RGB value is (165,108,224). Sum of RGB (Red+Green+Blue) = 165+108+224=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #A56CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CE0 is #5A931F. Grayscale: #898989. Windows color (decimal): -5935904 or 14707877. OLE color: 14707877.
HSL color Cylindrical-coordinate representation of color #A56CE0: hue angle of 269.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A56CE0 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 108 | 224 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.12 |
| HSL | 269.48º | 0.65% | 0.65% | - |
| HSV(B) | 269.48º | 0.52% | 0.88% | - |
| XYZ | 34.33 | 24.11 | 73.36 | - |
| YUV | 138.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 224 | 0.26 | 0.52 | 0 | 0.12 | 269.48 | 0.65 | 0.65 |
| Hex | A5 | 6C | E0 | 1A | 34 | 0 | C | 10D | 41 | 41 |
| Octal | 245 | 154 | 340 | 32 | 64 | 0 | 14 | 415 | 101 | 101 |
| Binary | 10100101 | 1101100 | 11100000 | 11010 | 110100 | 0 | 1100 | 100001101 | 1000001 | 1000001 |
Color Harmonies of #A56CE0
Complementary color
Monochromatic Colors of #A56CE0
Black with #A56CE0
Text Example
Text Example
White with #A56CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CE0; }
p { color: rgb(165,108,224); }
H1.HeaderClassName
{
color: #A56CE0;
}
.AnyTagClassName
{
color: #A56CE0;
}
</style>
background-color css
<style>
a { background-color: #A56CE0; }
a { background-color: rgb(165,108,224); }
div.DivClassName
{
background-color: #A56CE0;
}
.BgClassName
{
background-color: #A56CE0;
}
</style>
border-color css
<style>
span { border-color: #A56CE0; }
span { border-color: rgb(165,108,224); }
td.TdClassName
{
border-color: #A56CE0;
}
.TagClassName
{
border-color: #A56CE0;
}
</style>