Shades of Medium Purple #A87ADE
Tints of Medium Purple #A87ADE
RGB
CMYK
RGB Variations
Color information
#A87ADE (or 0xA87ADE) is known color: Medium Purple. HEX triplet: A8, 7A and DE. RGB value is (168,122,222). Sum of RGB (Red+Green+Blue) = 168+122+222=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #A87ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ADE is #578521. Grayscale: #929292. Windows color (decimal): -5735714 or 14580392. OLE color: 14580392.
HSL color Cylindrical-coordinate representation of color #A87ADE: hue angle of 267.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A87ADE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 122 | 222 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.13 |
| HSL | 267.6º | 0.6% | 0.67% | - |
| HSV(B) | 267.6º | 0.45% | 0.87% | - |
| XYZ | 36.29 | 27.52 | 72.51 | - |
| YUV | 147.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 222 | 0.24 | 0.45 | 0 | 0.13 | 267.6 | 0.6 | 0.67 |
| Hex | A8 | 7A | DE | 18 | 2D | 0 | D | 10C | 3C | 43 |
| Octal | 250 | 172 | 336 | 30 | 55 | 0 | 15 | 414 | 74 | 103 |
| Binary | 10101000 | 1111010 | 11011110 | 11000 | 101101 | 0 | 1101 | 100001100 | 111100 | 1000011 |
Color Harmonies of #A87ADE
Complementary color
Monochromatic Colors of #A87ADE
Black with #A87ADE
Text Example
Text Example
White with #A87ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ADE; }
p { color: rgb(168,122,222); }
H1.HeaderClassName
{
color: #A87ADE;
}
.AnyTagClassName
{
color: #A87ADE;
}
</style>
background-color css
<style>
a { background-color: #A87ADE; }
a { background-color: rgb(168,122,222); }
div.DivClassName
{
background-color: #A87ADE;
}
.BgClassName
{
background-color: #A87ADE;
}
</style>
border-color css
<style>
span { border-color: #A87ADE; }
span { border-color: rgb(168,122,222); }
td.TdClassName
{
border-color: #A87ADE;
}
.TagClassName
{
border-color: #A87ADE;
}
</style>