Shades of Medium Purple #A87EF0
Tints of Medium Purple #A87EF0
RGB
CMYK
RGB Variations
Color information
#A87EF0 (or 0xA87EF0) is known color: Medium Purple. HEX triplet: A8, 7E and F0. RGB value is (168,126,240). Sum of RGB (Red+Green+Blue) = 168+126+240=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #A87EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87EF0 is #57810F. Grayscale: #979797. Windows color (decimal): -5734672 or 15761064. OLE color: 15761064.
HSL color Cylindrical-coordinate representation of color #A87EF0: hue angle of 262.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87EF0 is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 126 | 240 | - |
| CMYK | 0.3 | 0.48 | 0 | 0.06 |
| HSL | 262.11º | 0.79% | 0.72% | - |
| HSV(B) | 262.11º | 0.48% | 0.94% | - |
| XYZ | 39.34 | 29.54 | 86.07 | - |
| YUV | 151.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 240 | 0.3 | 0.48 | 0 | 0.06 | 262.11 | 0.79 | 0.72 |
| Hex | A8 | 7E | F0 | 1E | 30 | 0 | 6 | 106 | 4F | 48 |
| Octal | 250 | 176 | 360 | 36 | 60 | 0 | 6 | 406 | 117 | 110 |
| Binary | 10101000 | 1111110 | 11110000 | 11110 | 110000 | 0 | 110 | 100000110 | 1001111 | 1001000 |
Color Harmonies of #A87EF0
Complementary color
Monochromatic Colors of #A87EF0
Black with #A87EF0
Text Example
Text Example
White with #A87EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87EF0; }
p { color: rgb(168,126,240); }
H1.HeaderClassName
{
color: #A87EF0;
}
.AnyTagClassName
{
color: #A87EF0;
}
</style>
background-color css
<style>
a { background-color: #A87EF0; }
a { background-color: rgb(168,126,240); }
div.DivClassName
{
background-color: #A87EF0;
}
.BgClassName
{
background-color: #A87EF0;
}
</style>
border-color css
<style>
span { border-color: #A87EF0; }
span { border-color: rgb(168,126,240); }
td.TdClassName
{
border-color: #A87EF0;
}
.TagClassName
{
border-color: #A87EF0;
}
</style>