Shades of Medium Purple #A870ED
Tints of Medium Purple #A870ED
RGB
CMYK
RGB Variations
Color information
#A870ED (or 0xA870ED) is known color: Medium Purple. HEX triplet: A8, 70 and ED. RGB value is (168,112,237). Sum of RGB (Red+Green+Blue) = 168+112+237=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A870ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A870ED is #578F12. Grayscale: #8E8E8E. Windows color (decimal): -5738259 or 15560872. OLE color: 15560872.
HSL color Cylindrical-coordinate representation of color #A870ED: hue angle of 266.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A870ED is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 112 | 237 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 266.88º | 0.78% | 0.68% | - |
| HSV(B) | 266.88º | 0.53% | 0.93% | - |
| XYZ | 37.23 | 26.03 | 83.18 | - |
| YUV | 142.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 237 | 0.29 | 0.53 | 0 | 0.07 | 266.88 | 0.78 | 0.68 |
| Hex | A8 | 70 | ED | 1D | 35 | 0 | 7 | 10B | 4E | 44 |
| Octal | 250 | 160 | 355 | 35 | 65 | 0 | 7 | 413 | 116 | 104 |
| Binary | 10101000 | 1110000 | 11101101 | 11101 | 110101 | 0 | 111 | 100001011 | 1001110 | 1000100 |
Color Harmonies of #A870ED
Complementary color
Monochromatic Colors of #A870ED
Black with #A870ED
Text Example
Text Example
White with #A870ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870ED; }
p { color: rgb(168,112,237); }
H1.HeaderClassName
{
color: #A870ED;
}
.AnyTagClassName
{
color: #A870ED;
}
</style>
background-color css
<style>
a { background-color: #A870ED; }
a { background-color: rgb(168,112,237); }
div.DivClassName
{
background-color: #A870ED;
}
.BgClassName
{
background-color: #A870ED;
}
</style>
border-color css
<style>
span { border-color: #A870ED; }
span { border-color: rgb(168,112,237); }
td.TdClassName
{
border-color: #A870ED;
}
.TagClassName
{
border-color: #A870ED;
}
</style>