Shades of Medium Purple #A872EC
Tints of Medium Purple #A872EC
RGB
CMYK
RGB Variations
Color information
#A872EC (or 0xA872EC) is known color: Medium Purple. HEX triplet: A8, 72 and EC. RGB value is (168,114,236). Sum of RGB (Red+Green+Blue) = 168+114+236=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #A872EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872EC is #578D13. Grayscale: #8F8F8F. Windows color (decimal): -5737748 or 15495848. OLE color: 15495848.
HSL color Cylindrical-coordinate representation of color #A872EC: hue angle of 266.56º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A872EC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 114 | 236 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.07 |
| HSL | 266.56º | 0.76% | 0.69% | - |
| HSV(B) | 266.56º | 0.52% | 0.93% | - |
| XYZ | 37.31 | 26.42 | 82.49 | - |
| YUV | 144.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 236 | 0.29 | 0.52 | 0 | 0.07 | 266.56 | 0.76 | 0.69 |
| Hex | A8 | 72 | EC | 1D | 34 | 0 | 7 | 10B | 4C | 45 |
| Octal | 250 | 162 | 354 | 35 | 64 | 0 | 7 | 413 | 114 | 105 |
| Binary | 10101000 | 1110010 | 11101100 | 11101 | 110100 | 0 | 111 | 100001011 | 1001100 | 1000101 |
Color Harmonies of #A872EC
Complementary color
Monochromatic Colors of #A872EC
Black with #A872EC
Text Example
Text Example
White with #A872EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872EC; }
p { color: rgb(168,114,236); }
H1.HeaderClassName
{
color: #A872EC;
}
.AnyTagClassName
{
color: #A872EC;
}
</style>
background-color css
<style>
a { background-color: #A872EC; }
a { background-color: rgb(168,114,236); }
div.DivClassName
{
background-color: #A872EC;
}
.BgClassName
{
background-color: #A872EC;
}
</style>
border-color css
<style>
span { border-color: #A872EC; }
span { border-color: rgb(168,114,236); }
td.TdClassName
{
border-color: #A872EC;
}
.TagClassName
{
border-color: #A872EC;
}
</style>