Shades of Medium Purple #A27AEE
Tints of Medium Purple #A27AEE
RGB
CMYK
RGB Variations
Color information
#A27AEE (or 0xA27AEE) is known color: Medium Purple. HEX triplet: A2, 7A and EE. RGB value is (162,122,238). Sum of RGB (Red+Green+Blue) = 162+122+238=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #A27AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AEE is #5D8511. Grayscale: #929292. Windows color (decimal): -6128914 or 15628962. OLE color: 15628962.
HSL color Cylindrical-coordinate representation of color #A27AEE: hue angle of 260.69º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27AEE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 122 | 238 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.07 |
| HSL | 260.69º | 0.77% | 0.71% | - |
| HSV(B) | 260.69º | 0.49% | 0.93% | - |
| XYZ | 37.29 | 27.77 | 84.28 | - |
| YUV | 147.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 238 | 0.32 | 0.49 | 0 | 0.07 | 260.69 | 0.77 | 0.71 |
| Hex | A2 | 7A | EE | 20 | 31 | 0 | 7 | 105 | 4D | 47 |
| Octal | 242 | 172 | 356 | 40 | 61 | 0 | 7 | 405 | 115 | 107 |
| Binary | 10100010 | 1111010 | 11101110 | 100000 | 110001 | 0 | 111 | 100000101 | 1001101 | 1000111 |
Color Harmonies of #A27AEE
Complementary color
Monochromatic Colors of #A27AEE
Black with #A27AEE
Text Example
Text Example
White with #A27AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AEE; }
p { color: rgb(162,122,238); }
H1.HeaderClassName
{
color: #A27AEE;
}
.AnyTagClassName
{
color: #A27AEE;
}
</style>
background-color css
<style>
a { background-color: #A27AEE; }
a { background-color: rgb(162,122,238); }
div.DivClassName
{
background-color: #A27AEE;
}
.BgClassName
{
background-color: #A27AEE;
}
</style>
border-color css
<style>
span { border-color: #A27AEE; }
span { border-color: rgb(162,122,238); }
td.TdClassName
{
border-color: #A27AEE;
}
.TagClassName
{
border-color: #A27AEE;
}
</style>