Shades of Medium Purple #A27EEE
Tints of Medium Purple #A27EEE
RGB
CMYK
RGB Variations
Color information
#A27EEE (or 0xA27EEE) is known color: Medium Purple. HEX triplet: A2, 7E and EE. RGB value is (162,126,238). Sum of RGB (Red+Green+Blue) = 162+126+238=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A27EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27EEE is #5D8111. Grayscale: #959595. Windows color (decimal): -6127890 or 15629986. OLE color: 15629986.
HSL color Cylindrical-coordinate representation of color #A27EEE: hue angle of 259.29º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27EEE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 126 | 238 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.07 |
| HSL | 259.29º | 0.77% | 0.71% | - |
| HSV(B) | 259.29º | 0.47% | 0.93% | - |
| XYZ | 37.79 | 28.78 | 84.45 | - |
| YUV | 149.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 238 | 0.32 | 0.47 | 0 | 0.07 | 259.29 | 0.77 | 0.71 |
| Hex | A2 | 7E | EE | 20 | 2F | 0 | 7 | 103 | 4D | 47 |
| Octal | 242 | 176 | 356 | 40 | 57 | 0 | 7 | 403 | 115 | 107 |
| Binary | 10100010 | 1111110 | 11101110 | 100000 | 101111 | 0 | 111 | 100000011 | 1001101 | 1000111 |
Color Harmonies of #A27EEE
Complementary color
Monochromatic Colors of #A27EEE
Black with #A27EEE
Text Example
Text Example
White with #A27EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EEE; }
p { color: rgb(162,126,238); }
H1.HeaderClassName
{
color: #A27EEE;
}
.AnyTagClassName
{
color: #A27EEE;
}
</style>
background-color css
<style>
a { background-color: #A27EEE; }
a { background-color: rgb(162,126,238); }
div.DivClassName
{
background-color: #A27EEE;
}
.BgClassName
{
background-color: #A27EEE;
}
</style>
border-color css
<style>
span { border-color: #A27EEE; }
span { border-color: rgb(162,126,238); }
td.TdClassName
{
border-color: #A27EEE;
}
.TagClassName
{
border-color: #A27EEE;
}
</style>