Shades of Medium Purple #A87AE3
Tints of Medium Purple #A87AE3
RGB
CMYK
RGB Variations
Color information
#A87AE3 (or 0xA87AE3) is known color: Medium Purple. HEX triplet: A8, 7A and E3. RGB value is (168,122,227). Sum of RGB (Red+Green+Blue) = 168+122+227=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #A87AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87AE3 is #57851C. Grayscale: #939393. Windows color (decimal): -5735709 or 14908072. OLE color: 14908072.
HSL color Cylindrical-coordinate representation of color #A87AE3: hue angle of 266.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87AE3 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 122 | 227 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.11 |
| HSL | 266.29º | 0.65% | 0.68% | - |
| HSV(B) | 266.29º | 0.46% | 0.89% | - |
| XYZ | 36.97 | 27.79 | 76.09 | - |
| YUV | 147.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 227 | 0.26 | 0.46 | 0 | 0.11 | 266.29 | 0.65 | 0.68 |
| Hex | A8 | 7A | E3 | 1A | 2E | 0 | B | 10A | 41 | 44 |
| Octal | 250 | 172 | 343 | 32 | 56 | 0 | 13 | 412 | 101 | 104 |
| Binary | 10101000 | 1111010 | 11100011 | 11010 | 101110 | 0 | 1011 | 100001010 | 1000001 | 1000100 |
Color Harmonies of #A87AE3
Complementary color
Monochromatic Colors of #A87AE3
Black with #A87AE3
Text Example
Text Example
White with #A87AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AE3; }
p { color: rgb(168,122,227); }
H1.HeaderClassName
{
color: #A87AE3;
}
.AnyTagClassName
{
color: #A87AE3;
}
</style>
background-color css
<style>
a { background-color: #A87AE3; }
a { background-color: rgb(168,122,227); }
div.DivClassName
{
background-color: #A87AE3;
}
.BgClassName
{
background-color: #A87AE3;
}
</style>
border-color css
<style>
span { border-color: #A87AE3; }
span { border-color: rgb(168,122,227); }
td.TdClassName
{
border-color: #A87AE3;
}
.TagClassName
{
border-color: #A87AE3;
}
</style>