Shades of Medium Purple #A876FC
Tints of Medium Purple #A876FC
RGB
CMYK
RGB Variations
Color information
#A876FC (or 0xA876FC) is known color: Medium Purple. HEX triplet: A8, 76 and FC. RGB value is (168,118,252). Sum of RGB (Red+Green+Blue) = 168+118+252=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #A876FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876FC is #578903. Grayscale: #939393. Windows color (decimal): -5736708 or 16545448. OLE color: 16545448.
HSL color Cylindrical-coordinate representation of color #A876FC: hue angle of 262.39º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A876FC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 118 | 252 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.01 |
| HSL | 262.39º | 0.96% | 0.73% | - |
| HSV(B) | 262.39º | 0.53% | 0.99% | - |
| XYZ | 40.2 | 28.31 | 95.44 | - |
| YUV | 148.23 | 186.57 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 252 | 0.33 | 0.53 | 0 | 0.01 | 262.39 | 0.96 | 0.73 |
| Hex | A8 | 76 | FC | 21 | 35 | 0 | 1 | 106 | 60 | 49 |
| Octal | 250 | 166 | 374 | 41 | 65 | 0 | 1 | 406 | 140 | 111 |
| Binary | 10101000 | 1110110 | 11111100 | 100001 | 110101 | 0 | 1 | 100000110 | 1100000 | 1001001 |
Color Harmonies of #A876FC
Complementary color
Monochromatic Colors of #A876FC
Black with #A876FC
Text Example
Text Example
White with #A876FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876FC; }
p { color: rgb(168,118,252); }
H1.HeaderClassName
{
color: #A876FC;
}
.AnyTagClassName
{
color: #A876FC;
}
</style>
background-color css
<style>
a { background-color: #A876FC; }
a { background-color: rgb(168,118,252); }
div.DivClassName
{
background-color: #A876FC;
}
.BgClassName
{
background-color: #A876FC;
}
</style>
border-color css
<style>
span { border-color: #A876FC; }
span { border-color: rgb(168,118,252); }
td.TdClassName
{
border-color: #A876FC;
}
.TagClassName
{
border-color: #A876FC;
}
</style>