Shades of Medium Purple #A872F6
Tints of Medium Purple #A872F6
RGB
CMYK
RGB Variations
Color information
#A872F6 (or 0xA872F6) is known color: Medium Purple. HEX triplet: A8, 72 and F6. RGB value is (168,114,246). Sum of RGB (Red+Green+Blue) = 168+114+246=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #A872F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872F6 is #578D09. Grayscale: #909090. Windows color (decimal): -5737738 or 16151208. OLE color: 16151208.
HSL color Cylindrical-coordinate representation of color #A872F6: hue angle of 264.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A872F6 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 114 | 246 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.04 |
| HSL | 264.55º | 0.88% | 0.71% | - |
| HSV(B) | 264.55º | 0.54% | 0.96% | - |
| XYZ | 38.8 | 27.01 | 90.36 | - |
| YUV | 145.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 246 | 0.32 | 0.54 | 0 | 0.04 | 264.55 | 0.88 | 0.71 |
| Hex | A8 | 72 | F6 | 20 | 36 | 0 | 4 | 109 | 58 | 47 |
| Octal | 250 | 162 | 366 | 40 | 66 | 0 | 4 | 411 | 130 | 107 |
| Binary | 10101000 | 1110010 | 11110110 | 100000 | 110110 | 0 | 100 | 100001001 | 1011000 | 1000111 |
Color Harmonies of #A872F6
Complementary color
Monochromatic Colors of #A872F6
Black with #A872F6
Text Example
Text Example
White with #A872F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872F6; }
p { color: rgb(168,114,246); }
H1.HeaderClassName
{
color: #A872F6;
}
.AnyTagClassName
{
color: #A872F6;
}
</style>
background-color css
<style>
a { background-color: #A872F6; }
a { background-color: rgb(168,114,246); }
div.DivClassName
{
background-color: #A872F6;
}
.BgClassName
{
background-color: #A872F6;
}
</style>
border-color css
<style>
span { border-color: #A872F6; }
span { border-color: rgb(168,114,246); }
td.TdClassName
{
border-color: #A872F6;
}
.TagClassName
{
border-color: #A872F6;
}
</style>