Shades of Medium Purple #A872F0
Tints of Medium Purple #A872F0
RGB
CMYK
RGB Variations
Color information
#A872F0 (or 0xA872F0) is known color: Medium Purple. HEX triplet: A8, 72 and F0. RGB value is (168,114,240). Sum of RGB (Red+Green+Blue) = 168+114+240=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #A872F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872F0 is #578D0F. Grayscale: #909090. Windows color (decimal): -5737744 or 15757992. OLE color: 15757992.
HSL color Cylindrical-coordinate representation of color #A872F0: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A872F0 is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 114 | 240 | - |
| CMYK | 0.3 | 0.52 | 0 | 0.06 |
| HSL | 265.71º | 0.81% | 0.69% | - |
| HSV(B) | 265.71º | 0.53% | 0.94% | - |
| XYZ | 37.89 | 26.65 | 85.58 | - |
| YUV | 144.51 | 181.89 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 240 | 0.3 | 0.52 | 0 | 0.06 | 265.71 | 0.81 | 0.69 |
| Hex | A8 | 72 | F0 | 1E | 34 | 0 | 6 | 10A | 51 | 45 |
| Octal | 250 | 162 | 360 | 36 | 64 | 0 | 6 | 412 | 121 | 105 |
| Binary | 10101000 | 1110010 | 11110000 | 11110 | 110100 | 0 | 110 | 100001010 | 1010001 | 1000101 |
Color Harmonies of #A872F0
Complementary color
Monochromatic Colors of #A872F0
Black with #A872F0
Text Example
Text Example
White with #A872F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872F0; }
p { color: rgb(168,114,240); }
H1.HeaderClassName
{
color: #A872F0;
}
.AnyTagClassName
{
color: #A872F0;
}
</style>
background-color css
<style>
a { background-color: #A872F0; }
a { background-color: rgb(168,114,240); }
div.DivClassName
{
background-color: #A872F0;
}
.BgClassName
{
background-color: #A872F0;
}
</style>
border-color css
<style>
span { border-color: #A872F0; }
span { border-color: rgb(168,114,240); }
td.TdClassName
{
border-color: #A872F0;
}
.TagClassName
{
border-color: #A872F0;
}
</style>