Shades of Medium Purple #A872E7
Tints of Medium Purple #A872E7
RGB
CMYK
RGB Variations
Color information
#A872E7 (or 0xA872E7) is known color: Medium Purple. HEX triplet: A8, 72 and E7. RGB value is (168,114,231). Sum of RGB (Red+Green+Blue) = 168+114+231=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #A872E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872E7 is #578D18. Grayscale: #8F8F8F. Windows color (decimal): -5737753 or 15168168. OLE color: 15168168.
HSL color Cylindrical-coordinate representation of color #A872E7: hue angle of 267.69º degrees, saturation: 0.71, 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 #A872E7 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 114 | 231 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.09 |
| HSL | 267.69º | 0.71% | 0.68% | - |
| HSV(B) | 267.69º | 0.51% | 0.91% | - |
| XYZ | 36.59 | 26.13 | 78.72 | - |
| YUV | 143.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 231 | 0.27 | 0.51 | 0 | 0.09 | 267.69 | 0.71 | 0.68 |
| Hex | A8 | 72 | E7 | 1B | 33 | 0 | 9 | 10C | 47 | 44 |
| Octal | 250 | 162 | 347 | 33 | 63 | 0 | 11 | 414 | 107 | 104 |
| Binary | 10101000 | 1110010 | 11100111 | 11011 | 110011 | 0 | 1001 | 100001100 | 1000111 | 1000100 |
Color Harmonies of #A872E7
Complementary color
Monochromatic Colors of #A872E7
Black with #A872E7
Text Example
Text Example
White with #A872E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872E7; }
p { color: rgb(168,114,231); }
H1.HeaderClassName
{
color: #A872E7;
}
.AnyTagClassName
{
color: #A872E7;
}
</style>
background-color css
<style>
a { background-color: #A872E7; }
a { background-color: rgb(168,114,231); }
div.DivClassName
{
background-color: #A872E7;
}
.BgClassName
{
background-color: #A872E7;
}
</style>
border-color css
<style>
span { border-color: #A872E7; }
span { border-color: rgb(168,114,231); }
td.TdClassName
{
border-color: #A872E7;
}
.TagClassName
{
border-color: #A872E7;
}
</style>