Shades of Medium Purple #A27CE4
Tints of Medium Purple #A27CE4
RGB
CMYK
RGB Variations
Color information
#A27CE4 (or 0xA27CE4) is known color: Medium Purple. HEX triplet: A2, 7C and E4. RGB value is (162,124,228). Sum of RGB (Red+Green+Blue) = 162+124+228=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #A27CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CE4 is #5D831B. Grayscale: #929292. Windows color (decimal): -6128412 or 14974114. OLE color: 14974114.
HSL color Cylindrical-coordinate representation of color #A27CE4: hue angle of 261.92º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27CE4 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 124 | 228 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.11 |
| HSL | 261.92º | 0.66% | 0.69% | - |
| HSV(B) | 261.92º | 0.46% | 0.89% | - |
| XYZ | 36.11 | 27.7 | 76.84 | - |
| YUV | 147.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 228 | 0.29 | 0.46 | 0 | 0.11 | 261.92 | 0.66 | 0.69 |
| Hex | A2 | 7C | E4 | 1D | 2E | 0 | B | 106 | 42 | 45 |
| Octal | 242 | 174 | 344 | 35 | 56 | 0 | 13 | 406 | 102 | 105 |
| Binary | 10100010 | 1111100 | 11100100 | 11101 | 101110 | 0 | 1011 | 100000110 | 1000010 | 1000101 |
Color Harmonies of #A27CE4
Complementary color
Monochromatic Colors of #A27CE4
Black with #A27CE4
Text Example
Text Example
White with #A27CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CE4; }
p { color: rgb(162,124,228); }
H1.HeaderClassName
{
color: #A27CE4;
}
.AnyTagClassName
{
color: #A27CE4;
}
</style>
background-color css
<style>
a { background-color: #A27CE4; }
a { background-color: rgb(162,124,228); }
div.DivClassName
{
background-color: #A27CE4;
}
.BgClassName
{
background-color: #A27CE4;
}
</style>
border-color css
<style>
span { border-color: #A27CE4; }
span { border-color: rgb(162,124,228); }
td.TdClassName
{
border-color: #A27CE4;
}
.TagClassName
{
border-color: #A27CE4;
}
</style>