Shades of Medium Purple #A27CE1
Tints of Medium Purple #A27CE1
RGB
CMYK
RGB Variations
Color information
#A27CE1 (or 0xA27CE1) is known color: Medium Purple. HEX triplet: A2, 7C and E1. RGB value is (162,124,225). Sum of RGB (Red+Green+Blue) = 162+124+225=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #A27CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CE1 is #5D831E. Grayscale: #929292. Windows color (decimal): -6128415 or 14777506. OLE color: 14777506.
HSL color Cylindrical-coordinate representation of color #A27CE1: hue angle of 262.57º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A27CE1 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 124 | 225 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.12 |
| HSL | 262.57º | 0.63% | 0.68% | - |
| HSV(B) | 262.57º | 0.45% | 0.88% | - |
| XYZ | 35.7 | 27.53 | 74.67 | - |
| YUV | 146.88 | 172.09 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 225 | 0.28 | 0.45 | 0 | 0.12 | 262.57 | 0.63 | 0.68 |
| Hex | A2 | 7C | E1 | 1C | 2D | 0 | C | 107 | 3F | 44 |
| Octal | 242 | 174 | 341 | 34 | 55 | 0 | 14 | 407 | 77 | 104 |
| Binary | 10100010 | 1111100 | 11100001 | 11100 | 101101 | 0 | 1100 | 100000111 | 111111 | 1000100 |
Color Harmonies of #A27CE1
Complementary color
Monochromatic Colors of #A27CE1
Black with #A27CE1
Text Example
Text Example
White with #A27CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CE1; }
p { color: rgb(162,124,225); }
H1.HeaderClassName
{
color: #A27CE1;
}
.AnyTagClassName
{
color: #A27CE1;
}
</style>
background-color css
<style>
a { background-color: #A27CE1; }
a { background-color: rgb(162,124,225); }
div.DivClassName
{
background-color: #A27CE1;
}
.BgClassName
{
background-color: #A27CE1;
}
</style>
border-color css
<style>
span { border-color: #A27CE1; }
span { border-color: rgb(162,124,225); }
td.TdClassName
{
border-color: #A27CE1;
}
.TagClassName
{
border-color: #A27CE1;
}
</style>