Shades of Medium Purple #A27EE8
Tints of Medium Purple #A27EE8
RGB
CMYK
RGB Variations
Color information
#A27EE8 (or 0xA27EE8) is known color: Medium Purple. HEX triplet: A2, 7E and E8. RGB value is (162,126,232). Sum of RGB (Red+Green+Blue) = 162+126+232=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #A27EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EE8 is #5D8117. Grayscale: #949494. Windows color (decimal): -6127896 or 15236770. OLE color: 15236770.
HSL color Cylindrical-coordinate representation of color #A27EE8: hue angle of 260.38º degrees, saturation: 0.7, 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 #A27EE8 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 126 | 232 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.09 |
| HSL | 260.38º | 0.7% | 0.7% | - |
| HSV(B) | 260.38º | 0.46% | 0.91% | - |
| XYZ | 36.93 | 28.43 | 79.89 | - |
| YUV | 148.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 232 | 0.30 | 0.46 | 0 | 0.09 | 260.38 | 0.7 | 0.7 |
| Hex | A2 | 7E | E8 | 1E | 2E | 0 | 9 | 104 | 46 | 46 |
| Octal | 242 | 176 | 350 | 36 | 56 | 0 | 11 | 404 | 106 | 106 |
| Binary | 10100010 | 1111110 | 11101000 | 11110 | 101110 | 0 | 1001 | 100000100 | 1000110 | 1000110 |
Color Harmonies of #A27EE8
Complementary color
Monochromatic Colors of #A27EE8
Black with #A27EE8
Text Example
Text Example
White with #A27EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EE8; }
p { color: rgb(162,126,232); }
H1.HeaderClassName
{
color: #A27EE8;
}
.AnyTagClassName
{
color: #A27EE8;
}
</style>
background-color css
<style>
a { background-color: #A27EE8; }
a { background-color: rgb(162,126,232); }
div.DivClassName
{
background-color: #A27EE8;
}
.BgClassName
{
background-color: #A27EE8;
}
</style>
border-color css
<style>
span { border-color: #A27EE8; }
span { border-color: rgb(162,126,232); }
td.TdClassName
{
border-color: #A27EE8;
}
.TagClassName
{
border-color: #A27EE8;
}
</style>