Shades of Medium Purple #A87EEE
Tints of Medium Purple #A87EEE
RGB
CMYK
RGB Variations
Color information
#A87EEE (or 0xA87EEE) is known color: Medium Purple. HEX triplet: A8, 7E and EE. RGB value is (168,126,238). Sum of RGB (Red+Green+Blue) = 168+126+238=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #A87EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87EEE is #578111. Grayscale: #969696. Windows color (decimal): -5734674 or 15629992. OLE color: 15629992.
HSL color Cylindrical-coordinate representation of color #A87EEE: hue angle of 262.5º 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 #A87EEE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 126 | 238 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 262.5º | 0.77% | 0.71% | - |
| HSV(B) | 262.5º | 0.47% | 0.93% | - |
| XYZ | 39.04 | 29.42 | 84.51 | - |
| YUV | 151.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 238 | 0.29 | 0.47 | 0 | 0.07 | 262.5 | 0.77 | 0.71 |
| Hex | A8 | 7E | EE | 1D | 2F | 0 | 7 | 106 | 4D | 47 |
| Octal | 250 | 176 | 356 | 35 | 57 | 0 | 7 | 406 | 115 | 107 |
| Binary | 10101000 | 1111110 | 11101110 | 11101 | 101111 | 0 | 111 | 100000110 | 1001101 | 1000111 |
Color Harmonies of #A87EEE
Complementary color
Monochromatic Colors of #A87EEE
Black with #A87EEE
Text Example
Text Example
White with #A87EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EEE; }
p { color: rgb(168,126,238); }
H1.HeaderClassName
{
color: #A87EEE;
}
.AnyTagClassName
{
color: #A87EEE;
}
</style>
background-color css
<style>
a { background-color: #A87EEE; }
a { background-color: rgb(168,126,238); }
div.DivClassName
{
background-color: #A87EEE;
}
.BgClassName
{
background-color: #A87EEE;
}
</style>
border-color css
<style>
span { border-color: #A87EEE; }
span { border-color: rgb(168,126,238); }
td.TdClassName
{
border-color: #A87EEE;
}
.TagClassName
{
border-color: #A87EEE;
}
</style>