Shades of Medium Purple #A87ADB
Tints of Medium Purple #A87ADB
RGB
CMYK
RGB Variations
Color information
#A87ADB (or 0xA87ADB) is known color: Medium Purple. HEX triplet: A8, 7A and DB. RGB value is (168,122,219). Sum of RGB (Red+Green+Blue) = 168+122+219=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A87ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ADB is #578524. Grayscale: #929292. Windows color (decimal): -5735717 or 14383784. OLE color: 14383784.
HSL color Cylindrical-coordinate representation of color #A87ADB: hue angle of 268.45º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87ADB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 122 | 219 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.14 |
| HSL | 268.45º | 0.57% | 0.67% | - |
| HSV(B) | 268.45º | 0.44% | 0.86% | - |
| XYZ | 35.89 | 27.36 | 70.41 | - |
| YUV | 146.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 219 | 0.23 | 0.44 | 0 | 0.14 | 268.45 | 0.57 | 0.67 |
| Hex | A8 | 7A | DB | 17 | 2C | 0 | E | 10C | 39 | 43 |
| Octal | 250 | 172 | 333 | 27 | 54 | 0 | 16 | 414 | 71 | 103 |
| Binary | 10101000 | 1111010 | 11011011 | 10111 | 101100 | 0 | 1110 | 100001100 | 111001 | 1000011 |
Color Harmonies of #A87ADB
Complementary color
Monochromatic Colors of #A87ADB
Black with #A87ADB
Text Example
Text Example
White with #A87ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ADB; }
p { color: rgb(168,122,219); }
H1.HeaderClassName
{
color: #A87ADB;
}
.AnyTagClassName
{
color: #A87ADB;
}
</style>
background-color css
<style>
a { background-color: #A87ADB; }
a { background-color: rgb(168,122,219); }
div.DivClassName
{
background-color: #A87ADB;
}
.BgClassName
{
background-color: #A87ADB;
}
</style>
border-color css
<style>
span { border-color: #A87ADB; }
span { border-color: rgb(168,122,219); }
td.TdClassName
{
border-color: #A87ADB;
}
.TagClassName
{
border-color: #A87ADB;
}
</style>