Shades of Medium Purple #A27EE9
Tints of Medium Purple #A27EE9
RGB
CMYK
RGB Variations
Color information
#A27EE9 (or 0xA27EE9) is known color: Medium Purple. HEX triplet: A2, 7E and E9. RGB value is (162,126,233). Sum of RGB (Red+Green+Blue) = 162+126+233=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #A27EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EE9 is #5D8116. Grayscale: #949494. Windows color (decimal): -6127895 or 15302306. OLE color: 15302306.
HSL color Cylindrical-coordinate representation of color #A27EE9: hue angle of 260.19º degrees, saturation: 0.71, 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 #A27EE9 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 126 | 233 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.09 |
| HSL | 260.19º | 0.71% | 0.7% | - |
| HSV(B) | 260.19º | 0.46% | 0.91% | - |
| XYZ | 37.07 | 28.49 | 80.64 | - |
| YUV | 148.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 233 | 0.30 | 0.46 | 0 | 0.09 | 260.19 | 0.71 | 0.7 |
| Hex | A2 | 7E | E9 | 1E | 2E | 0 | 9 | 104 | 47 | 46 |
| Octal | 242 | 176 | 351 | 36 | 56 | 0 | 11 | 404 | 107 | 106 |
| Binary | 10100010 | 1111110 | 11101001 | 11110 | 101110 | 0 | 1001 | 100000100 | 1000111 | 1000110 |
Color Harmonies of #A27EE9
Complementary color
Monochromatic Colors of #A27EE9
Black with #A27EE9
Text Example
Text Example
White with #A27EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EE9; }
p { color: rgb(162,126,233); }
H1.HeaderClassName
{
color: #A27EE9;
}
.AnyTagClassName
{
color: #A27EE9;
}
</style>
background-color css
<style>
a { background-color: #A27EE9; }
a { background-color: rgb(162,126,233); }
div.DivClassName
{
background-color: #A27EE9;
}
.BgClassName
{
background-color: #A27EE9;
}
</style>
border-color css
<style>
span { border-color: #A27EE9; }
span { border-color: rgb(162,126,233); }
td.TdClassName
{
border-color: #A27EE9;
}
.TagClassName
{
border-color: #A27EE9;
}
</style>