Shades of Medium Purple #A87AE1
Tints of Medium Purple #A87AE1
RGB
CMYK
RGB Variations
Color information
#A87AE1 (or 0xA87AE1) is known color: Medium Purple. HEX triplet: A8, 7A and E1. RGB value is (168,122,225). Sum of RGB (Red+Green+Blue) = 168+122+225=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #A87AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AE1 is #57851E. Grayscale: #939393. Windows color (decimal): -5735711 or 14777000. OLE color: 14777000.
HSL color Cylindrical-coordinate representation of color #A87AE1: hue angle of 266.8º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87AE1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 122 | 225 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.12 |
| HSL | 266.8º | 0.63% | 0.68% | - |
| HSV(B) | 266.8º | 0.46% | 0.88% | - |
| XYZ | 36.7 | 27.68 | 74.64 | - |
| YUV | 147.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 225 | 0.25 | 0.46 | 0 | 0.12 | 266.8 | 0.63 | 0.68 |
| Hex | A8 | 7A | E1 | 19 | 2E | 0 | C | 10B | 3F | 44 |
| Octal | 250 | 172 | 341 | 31 | 56 | 0 | 14 | 413 | 77 | 104 |
| Binary | 10101000 | 1111010 | 11100001 | 11001 | 101110 | 0 | 1100 | 100001011 | 111111 | 1000100 |
Color Harmonies of #A87AE1
Complementary color
Monochromatic Colors of #A87AE1
Black with #A87AE1
Text Example
Text Example
White with #A87AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AE1; }
p { color: rgb(168,122,225); }
H1.HeaderClassName
{
color: #A87AE1;
}
.AnyTagClassName
{
color: #A87AE1;
}
</style>
background-color css
<style>
a { background-color: #A87AE1; }
a { background-color: rgb(168,122,225); }
div.DivClassName
{
background-color: #A87AE1;
}
.BgClassName
{
background-color: #A87AE1;
}
</style>
border-color css
<style>
span { border-color: #A87AE1; }
span { border-color: rgb(168,122,225); }
td.TdClassName
{
border-color: #A87AE1;
}
.TagClassName
{
border-color: #A87AE1;
}
</style>