Shades of Medium Purple #A87EEA
Tints of Medium Purple #A87EEA
RGB
CMYK
RGB Variations
Color information
#A87EEA (or 0xA87EEA) is known color: Medium Purple. HEX triplet: A8, 7E and EA. RGB value is (168,126,234). Sum of RGB (Red+Green+Blue) = 168+126+234=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #A87EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87EEA is #578115. Grayscale: #969696. Windows color (decimal): -5734678 or 15367848. OLE color: 15367848.
HSL color Cylindrical-coordinate representation of color #A87EEA: hue angle of 263.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87EEA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 126 | 234 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.08 |
| HSL | 263.33º | 0.72% | 0.71% | - |
| HSV(B) | 263.33º | 0.46% | 0.92% | - |
| XYZ | 38.46 | 29.19 | 81.45 | - |
| YUV | 150.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 234 | 0.28 | 0.46 | 0 | 0.08 | 263.33 | 0.72 | 0.71 |
| Hex | A8 | 7E | EA | 1C | 2E | 0 | 8 | 107 | 48 | 47 |
| Octal | 250 | 176 | 352 | 34 | 56 | 0 | 10 | 407 | 110 | 107 |
| Binary | 10101000 | 1111110 | 11101010 | 11100 | 101110 | 0 | 1000 | 100000111 | 1001000 | 1000111 |
Color Harmonies of #A87EEA
Complementary color
Monochromatic Colors of #A87EEA
Black with #A87EEA
Text Example
Text Example
White with #A87EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EEA; }
p { color: rgb(168,126,234); }
H1.HeaderClassName
{
color: #A87EEA;
}
.AnyTagClassName
{
color: #A87EEA;
}
</style>
background-color css
<style>
a { background-color: #A87EEA; }
a { background-color: rgb(168,126,234); }
div.DivClassName
{
background-color: #A87EEA;
}
.BgClassName
{
background-color: #A87EEA;
}
</style>
border-color css
<style>
span { border-color: #A87EEA; }
span { border-color: rgb(168,126,234); }
td.TdClassName
{
border-color: #A87EEA;
}
.TagClassName
{
border-color: #A87EEA;
}
</style>