Shades of Medium Purple #A872E1
Tints of Medium Purple #A872E1
RGB
CMYK
RGB Variations
Color information
#A872E1 (or 0xA872E1) is known color: Medium Purple. HEX triplet: A8, 72 and E1. RGB value is (168,114,225). Sum of RGB (Red+Green+Blue) = 168+114+225=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #A872E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872E1 is #578D1E. Grayscale: #8E8E8E. Windows color (decimal): -5737759 or 14774952. OLE color: 14774952.
HSL color Cylindrical-coordinate representation of color #A872E1: hue angle of 269.19º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A872E1 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 114 | 225 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.12 |
| HSL | 269.19º | 0.65% | 0.66% | - |
| HSV(B) | 269.19º | 0.49% | 0.88% | - |
| XYZ | 35.76 | 25.8 | 74.33 | - |
| YUV | 142.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 225 | 0.25 | 0.49 | 0 | 0.12 | 269.19 | 0.65 | 0.66 |
| Hex | A8 | 72 | E1 | 19 | 31 | 0 | C | 10D | 41 | 42 |
| Octal | 250 | 162 | 341 | 31 | 61 | 0 | 14 | 415 | 101 | 102 |
| Binary | 10101000 | 1110010 | 11100001 | 11001 | 110001 | 0 | 1100 | 100001101 | 1000001 | 1000010 |
Color Harmonies of #A872E1
Complementary color
Monochromatic Colors of #A872E1
Black with #A872E1
Text Example
Text Example
White with #A872E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872E1; }
p { color: rgb(168,114,225); }
H1.HeaderClassName
{
color: #A872E1;
}
.AnyTagClassName
{
color: #A872E1;
}
</style>
background-color css
<style>
a { background-color: #A872E1; }
a { background-color: rgb(168,114,225); }
div.DivClassName
{
background-color: #A872E1;
}
.BgClassName
{
background-color: #A872E1;
}
</style>
border-color css
<style>
span { border-color: #A872E1; }
span { border-color: rgb(168,114,225); }
td.TdClassName
{
border-color: #A872E1;
}
.TagClassName
{
border-color: #A872E1;
}
</style>