Shades of Medium Purple #A27CE7
Tints of Medium Purple #A27CE7
RGB
CMYK
RGB Variations
Color information
#A27CE7 (or 0xA27CE7) is known color: Medium Purple. HEX triplet: A2, 7C and E7. RGB value is (162,124,231). Sum of RGB (Red+Green+Blue) = 162+124+231=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #A27CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CE7 is #5D8318. Grayscale: #939393. Windows color (decimal): -6128409 or 15170722. OLE color: 15170722.
HSL color Cylindrical-coordinate representation of color #A27CE7: hue angle of 261.31º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A27CE7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 124 | 231 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.09 |
| HSL | 261.31º | 0.69% | 0.7% | - |
| HSV(B) | 261.31º | 0.46% | 0.91% | - |
| XYZ | 36.53 | 27.87 | 79.05 | - |
| YUV | 147.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 231 | 0.30 | 0.46 | 0 | 0.09 | 261.31 | 0.69 | 0.7 |
| Hex | A2 | 7C | E7 | 1E | 2E | 0 | 9 | 105 | 45 | 46 |
| Octal | 242 | 174 | 347 | 36 | 56 | 0 | 11 | 405 | 105 | 106 |
| Binary | 10100010 | 1111100 | 11100111 | 11110 | 101110 | 0 | 1001 | 100000101 | 1000101 | 1000110 |
Color Harmonies of #A27CE7
Complementary color
Monochromatic Colors of #A27CE7
Black with #A27CE7
Text Example
Text Example
White with #A27CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27CE7; }
p { color: rgb(162,124,231); }
H1.HeaderClassName
{
color: #A27CE7;
}
.AnyTagClassName
{
color: #A27CE7;
}
</style>
background-color css
<style>
a { background-color: #A27CE7; }
a { background-color: rgb(162,124,231); }
div.DivClassName
{
background-color: #A27CE7;
}
.BgClassName
{
background-color: #A27CE7;
}
</style>
border-color css
<style>
span { border-color: #A27CE7; }
span { border-color: rgb(162,124,231); }
td.TdClassName
{
border-color: #A27CE7;
}
.TagClassName
{
border-color: #A27CE7;
}
</style>