Shades of Medium Purple #A870E4
Tints of Medium Purple #A870E4
RGB
CMYK
RGB Variations
Color information
#A870E4 (or 0xA870E4) is known color: Medium Purple. HEX triplet: A8, 70 and E4. RGB value is (168,112,228). Sum of RGB (Red+Green+Blue) = 168+112+228=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #A870E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870E4 is #578F1B. Grayscale: #8D8D8D. Windows color (decimal): -5738268 or 14971048. OLE color: 14971048.
HSL color Cylindrical-coordinate representation of color #A870E4: hue angle of 268.97º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A870E4 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 112 | 228 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.11 |
| HSL | 268.97º | 0.68% | 0.67% | - |
| HSV(B) | 268.97º | 0.51% | 0.89% | - |
| XYZ | 35.95 | 25.51 | 76.43 | - |
| YUV | 141.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 228 | 0.26 | 0.51 | 0 | 0.11 | 268.97 | 0.68 | 0.67 |
| Hex | A8 | 70 | E4 | 1A | 33 | 0 | B | 10D | 44 | 43 |
| Octal | 250 | 160 | 344 | 32 | 63 | 0 | 13 | 415 | 104 | 103 |
| Binary | 10101000 | 1110000 | 11100100 | 11010 | 110011 | 0 | 1011 | 100001101 | 1000100 | 1000011 |
Color Harmonies of #A870E4
Complementary color
Monochromatic Colors of #A870E4
Black with #A870E4
Text Example
Text Example
White with #A870E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870E4; }
p { color: rgb(168,112,228); }
H1.HeaderClassName
{
color: #A870E4;
}
.AnyTagClassName
{
color: #A870E4;
}
</style>
background-color css
<style>
a { background-color: #A870E4; }
a { background-color: rgb(168,112,228); }
div.DivClassName
{
background-color: #A870E4;
}
.BgClassName
{
background-color: #A870E4;
}
</style>
border-color css
<style>
span { border-color: #A870E4; }
span { border-color: rgb(168,112,228); }
td.TdClassName
{
border-color: #A870E4;
}
.TagClassName
{
border-color: #A870E4;
}
</style>