Shades of Medium Purple #A87FEE
Tints of Medium Purple #A87FEE
RGB
CMYK
RGB Variations
Color information
#A87FEE (or 0xA87FEE) is known color: Medium Purple. HEX triplet: A8, 7F and EE. RGB value is (168,127,238). Sum of RGB (Red+Green+Blue) = 168+127+238=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A87FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FEE is #578011. Grayscale: #979797. Windows color (decimal): -5734418 or 15630248. OLE color: 15630248.
HSL color Cylindrical-coordinate representation of color #A87FEE: hue angle of 262.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87FEE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 127 | 238 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 262.16º | 0.77% | 0.72% | - |
| HSV(B) | 262.16º | 0.47% | 0.93% | - |
| XYZ | 39.17 | 29.68 | 84.55 | - |
| YUV | 151.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 238 | 0.29 | 0.47 | 0 | 0.07 | 262.16 | 0.77 | 0.72 |
| Hex | A8 | 7F | EE | 1D | 2F | 0 | 7 | 106 | 4D | 48 |
| Octal | 250 | 177 | 356 | 35 | 57 | 0 | 7 | 406 | 115 | 110 |
| Binary | 10101000 | 1111111 | 11101110 | 11101 | 101111 | 0 | 111 | 100000110 | 1001101 | 1001000 |
Color Harmonies of #A87FEE
Complementary color
Monochromatic Colors of #A87FEE
Black with #A87FEE
Text Example
Text Example
White with #A87FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FEE; }
p { color: rgb(168,127,238); }
H1.HeaderClassName
{
color: #A87FEE;
}
.AnyTagClassName
{
color: #A87FEE;
}
</style>
background-color css
<style>
a { background-color: #A87FEE; }
a { background-color: rgb(168,127,238); }
div.DivClassName
{
background-color: #A87FEE;
}
.BgClassName
{
background-color: #A87FEE;
}
</style>
border-color css
<style>
span { border-color: #A87FEE; }
span { border-color: rgb(168,127,238); }
td.TdClassName
{
border-color: #A87FEE;
}
.TagClassName
{
border-color: #A87FEE;
}
</style>