Shades of Medium Purple #A87EEF
Tints of Medium Purple #A87EEF
RGB
CMYK
RGB Variations
Color information
#A87EEF (or 0xA87EEF) is known color: Medium Purple. HEX triplet: A8, 7E and EF. RGB value is (168,126,239). Sum of RGB (Red+Green+Blue) = 168+126+239=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #A87EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87EEF is #578110. Grayscale: #979797. Windows color (decimal): -5734673 or 15695528. OLE color: 15695528.
HSL color Cylindrical-coordinate representation of color #A87EEF: hue angle of 262.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87EEF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 126 | 239 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.06 |
| HSL | 262.3º | 0.78% | 0.72% | - |
| HSV(B) | 262.3º | 0.47% | 0.94% | - |
| XYZ | 39.19 | 29.48 | 85.29 | - |
| YUV | 151.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 239 | 0.30 | 0.47 | 0 | 0.06 | 262.3 | 0.78 | 0.72 |
| Hex | A8 | 7E | EF | 1E | 2F | 0 | 6 | 106 | 4E | 48 |
| Octal | 250 | 176 | 357 | 36 | 57 | 0 | 6 | 406 | 116 | 110 |
| Binary | 10101000 | 1111110 | 11101111 | 11110 | 101111 | 0 | 110 | 100000110 | 1001110 | 1001000 |
Color Harmonies of #A87EEF
Complementary color
Monochromatic Colors of #A87EEF
Black with #A87EEF
Text Example
Text Example
White with #A87EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EEF; }
p { color: rgb(168,126,239); }
H1.HeaderClassName
{
color: #A87EEF;
}
.AnyTagClassName
{
color: #A87EEF;
}
</style>
background-color css
<style>
a { background-color: #A87EEF; }
a { background-color: rgb(168,126,239); }
div.DivClassName
{
background-color: #A87EEF;
}
.BgClassName
{
background-color: #A87EEF;
}
</style>
border-color css
<style>
span { border-color: #A87EEF; }
span { border-color: rgb(168,126,239); }
td.TdClassName
{
border-color: #A87EEF;
}
.TagClassName
{
border-color: #A87EEF;
}
</style>