Shades of Medium Purple #A876F9
Tints of Medium Purple #A876F9
RGB
CMYK
RGB Variations
Color information
#A876F9 (or 0xA876F9) is known color: Medium Purple. HEX triplet: A8, 76 and F9. RGB value is (168,118,249). Sum of RGB (Red+Green+Blue) = 168+118+249=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #A876F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876F9 is #578906. Grayscale: #939393. Windows color (decimal): -5736711 or 16348840. OLE color: 16348840.
HSL color Cylindrical-coordinate representation of color #A876F9: hue angle of 262.9º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A876F9 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 118 | 249 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.02 |
| HSL | 262.9º | 0.92% | 0.72% | - |
| HSV(B) | 262.9º | 0.53% | 0.98% | - |
| XYZ | 39.73 | 28.12 | 92.96 | - |
| YUV | 147.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 249 | 0.33 | 0.53 | 0 | 0.02 | 262.9 | 0.92 | 0.72 |
| Hex | A8 | 76 | F9 | 21 | 35 | 0 | 2 | 107 | 5C | 48 |
| Octal | 250 | 166 | 371 | 41 | 65 | 0 | 2 | 407 | 134 | 110 |
| Binary | 10101000 | 1110110 | 11111001 | 100001 | 110101 | 0 | 10 | 100000111 | 1011100 | 1001000 |
Color Harmonies of #A876F9
Complementary color
Monochromatic Colors of #A876F9
Black with #A876F9
Text Example
Text Example
White with #A876F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876F9; }
p { color: rgb(168,118,249); }
H1.HeaderClassName
{
color: #A876F9;
}
.AnyTagClassName
{
color: #A876F9;
}
</style>
background-color css
<style>
a { background-color: #A876F9; }
a { background-color: rgb(168,118,249); }
div.DivClassName
{
background-color: #A876F9;
}
.BgClassName
{
background-color: #A876F9;
}
</style>
border-color css
<style>
span { border-color: #A876F9; }
span { border-color: rgb(168,118,249); }
td.TdClassName
{
border-color: #A876F9;
}
.TagClassName
{
border-color: #A876F9;
}
</style>