Shades of Medium Purple #A87DEE
Tints of Medium Purple #A87DEE
RGB
CMYK
RGB Variations
Color information
#A87DEE (or 0xA87DEE) is known color: Medium Purple. HEX triplet: A8, 7D and EE. RGB value is (168,125,238). Sum of RGB (Red+Green+Blue) = 168+125+238=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #A87DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DEE is #578211. Grayscale: #969696. Windows color (decimal): -5734930 or 15629736. OLE color: 15629736.
HSL color Cylindrical-coordinate representation of color #A87DEE: hue angle of 262.83º 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 #A87DEE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 125 | 238 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 262.83º | 0.77% | 0.71% | - |
| HSV(B) | 262.83º | 0.47% | 0.93% | - |
| XYZ | 38.91 | 29.17 | 84.47 | - |
| YUV | 150.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 238 | 0.29 | 0.47 | 0 | 0.07 | 262.83 | 0.77 | 0.71 |
| Hex | A8 | 7D | EE | 1D | 2F | 0 | 7 | 107 | 4D | 47 |
| Octal | 250 | 175 | 356 | 35 | 57 | 0 | 7 | 407 | 115 | 107 |
| Binary | 10101000 | 1111101 | 11101110 | 11101 | 101111 | 0 | 111 | 100000111 | 1001101 | 1000111 |
Color Harmonies of #A87DEE
Complementary color
Monochromatic Colors of #A87DEE
Black with #A87DEE
Text Example
Text Example
White with #A87DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87DEE; }
p { color: rgb(168,125,238); }
H1.HeaderClassName
{
color: #A87DEE;
}
.AnyTagClassName
{
color: #A87DEE;
}
</style>
background-color css
<style>
a { background-color: #A87DEE; }
a { background-color: rgb(168,125,238); }
div.DivClassName
{
background-color: #A87DEE;
}
.BgClassName
{
background-color: #A87DEE;
}
</style>
border-color css
<style>
span { border-color: #A87DEE; }
span { border-color: rgb(168,125,238); }
td.TdClassName
{
border-color: #A87DEE;
}
.TagClassName
{
border-color: #A87DEE;
}
</style>