Shades of Medium Purple #A87ADA
Tints of Medium Purple #A87ADA
RGB
CMYK
RGB Variations
Color information
#A87ADA (or 0xA87ADA) is known color: Medium Purple. HEX triplet: A8, 7A and DA. RGB value is (168,122,218). Sum of RGB (Red+Green+Blue) = 168+122+218=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A87ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87ADA is #578525. Grayscale: #929292. Windows color (decimal): -5735718 or 14318248. OLE color: 14318248.
HSL color Cylindrical-coordinate representation of color #A87ADA: hue angle of 268.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87ADA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 122 | 218 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.15 |
| HSL | 268.75º | 0.56% | 0.67% | - |
| HSV(B) | 268.75º | 0.44% | 0.85% | - |
| XYZ | 35.76 | 27.31 | 69.72 | - |
| YUV | 146.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 218 | 0.23 | 0.44 | 0 | 0.15 | 268.75 | 0.56 | 0.67 |
| Hex | A8 | 7A | DA | 17 | 2C | 0 | F | 10D | 38 | 43 |
| Octal | 250 | 172 | 332 | 27 | 54 | 0 | 17 | 415 | 70 | 103 |
| Binary | 10101000 | 1111010 | 11011010 | 10111 | 101100 | 0 | 1111 | 100001101 | 111000 | 1000011 |
Color Harmonies of #A87ADA
Complementary color
Monochromatic Colors of #A87ADA
Black with #A87ADA
Text Example
Text Example
White with #A87ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87ADA; }
p { color: rgb(168,122,218); }
H1.HeaderClassName
{
color: #A87ADA;
}
.AnyTagClassName
{
color: #A87ADA;
}
</style>
background-color css
<style>
a { background-color: #A87ADA; }
a { background-color: rgb(168,122,218); }
div.DivClassName
{
background-color: #A87ADA;
}
.BgClassName
{
background-color: #A87ADA;
}
</style>
border-color css
<style>
span { border-color: #A87ADA; }
span { border-color: rgb(168,122,218); }
td.TdClassName
{
border-color: #A87ADA;
}
.TagClassName
{
border-color: #A87ADA;
}
</style>