Shades of Medium Purple #A872E8
Tints of Medium Purple #A872E8
RGB
CMYK
RGB Variations
Color information
#A872E8 (or 0xA872E8) is known color: Medium Purple. HEX triplet: A8, 72 and E8. RGB value is (168,114,232). Sum of RGB (Red+Green+Blue) = 168+114+232=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #A872E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872E8 is #578D17. Grayscale: #8F8F8F. Windows color (decimal): -5737752 or 15233704. OLE color: 15233704.
HSL color Cylindrical-coordinate representation of color #A872E8: hue angle of 267.46º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A872E8 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 114 | 232 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.09 |
| HSL | 267.46º | 0.72% | 0.68% | - |
| HSV(B) | 267.46º | 0.51% | 0.91% | - |
| XYZ | 36.73 | 26.19 | 79.46 | - |
| YUV | 143.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 232 | 0.28 | 0.51 | 0 | 0.09 | 267.46 | 0.72 | 0.68 |
| Hex | A8 | 72 | E8 | 1C | 33 | 0 | 9 | 10B | 48 | 44 |
| Octal | 250 | 162 | 350 | 34 | 63 | 0 | 11 | 413 | 110 | 104 |
| Binary | 10101000 | 1110010 | 11101000 | 11100 | 110011 | 0 | 1001 | 100001011 | 1001000 | 1000100 |
Color Harmonies of #A872E8
Complementary color
Monochromatic Colors of #A872E8
Black with #A872E8
Text Example
Text Example
White with #A872E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872E8; }
p { color: rgb(168,114,232); }
H1.HeaderClassName
{
color: #A872E8;
}
.AnyTagClassName
{
color: #A872E8;
}
</style>
background-color css
<style>
a { background-color: #A872E8; }
a { background-color: rgb(168,114,232); }
div.DivClassName
{
background-color: #A872E8;
}
.BgClassName
{
background-color: #A872E8;
}
</style>
border-color css
<style>
span { border-color: #A872E8; }
span { border-color: rgb(168,114,232); }
td.TdClassName
{
border-color: #A872E8;
}
.TagClassName
{
border-color: #A872E8;
}
</style>