Shades of Medium Purple #A876FA
Tints of Medium Purple #A876FA
RGB
CMYK
RGB Variations
Color information
#A876FA (or 0xA876FA) is known color: Medium Purple. HEX triplet: A8, 76 and FA. RGB value is (168,118,250). Sum of RGB (Red+Green+Blue) = 168+118+250=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #A876FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876FA is #578905. Grayscale: #939393. Windows color (decimal): -5736710 or 16414376. OLE color: 16414376.
HSL color Cylindrical-coordinate representation of color #A876FA: hue angle of 262.73º degrees, saturation: 0.93, 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 #A876FA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 118 | 250 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.02 |
| HSL | 262.73º | 0.93% | 0.72% | - |
| HSV(B) | 262.73º | 0.53% | 0.98% | - |
| XYZ | 39.88 | 28.18 | 93.78 | - |
| YUV | 148 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 250 | 0.33 | 0.53 | 0 | 0.02 | 262.73 | 0.93 | 0.72 |
| Hex | A8 | 76 | FA | 21 | 35 | 0 | 2 | 107 | 5D | 48 |
| Octal | 250 | 166 | 372 | 41 | 65 | 0 | 2 | 407 | 135 | 110 |
| Binary | 10101000 | 1110110 | 11111010 | 100001 | 110101 | 0 | 10 | 100000111 | 1011101 | 1001000 |
Color Harmonies of #A876FA
Complementary color
Monochromatic Colors of #A876FA
Black with #A876FA
Text Example
Text Example
White with #A876FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876FA; }
p { color: rgb(168,118,250); }
H1.HeaderClassName
{
color: #A876FA;
}
.AnyTagClassName
{
color: #A876FA;
}
</style>
background-color css
<style>
a { background-color: #A876FA; }
a { background-color: rgb(168,118,250); }
div.DivClassName
{
background-color: #A876FA;
}
.BgClassName
{
background-color: #A876FA;
}
</style>
border-color css
<style>
span { border-color: #A876FA; }
span { border-color: rgb(168,118,250); }
td.TdClassName
{
border-color: #A876FA;
}
.TagClassName
{
border-color: #A876FA;
}
</style>