Shades of Medium Purple #A876F3
Tints of Medium Purple #A876F3
RGB
CMYK
RGB Variations
Color information
#A876F3 (or 0xA876F3) is known color: Medium Purple. HEX triplet: A8, 76 and F3. RGB value is (168,118,243). Sum of RGB (Red+Green+Blue) = 168+118+243=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #A876F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876F3 is #57890C. Grayscale: #929292. Windows color (decimal): -5736717 or 15955624. OLE color: 15955624.
HSL color Cylindrical-coordinate representation of color #A876F3: hue angle of 264º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A876F3 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 118 | 243 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.05 |
| HSL | 264º | 0.84% | 0.71% | - |
| HSV(B) | 264º | 0.51% | 0.95% | - |
| XYZ | 38.8 | 27.75 | 88.11 | - |
| YUV | 147.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 243 | 0.31 | 0.51 | 0 | 0.05 | 264 | 0.84 | 0.71 |
| Hex | A8 | 76 | F3 | 1F | 33 | 0 | 5 | 108 | 54 | 47 |
| Octal | 250 | 166 | 363 | 37 | 63 | 0 | 5 | 410 | 124 | 107 |
| Binary | 10101000 | 1110110 | 11110011 | 11111 | 110011 | 0 | 101 | 100001000 | 1010100 | 1000111 |
Color Harmonies of #A876F3
Complementary color
Monochromatic Colors of #A876F3
Black with #A876F3
Text Example
Text Example
White with #A876F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876F3; }
p { color: rgb(168,118,243); }
H1.HeaderClassName
{
color: #A876F3;
}
.AnyTagClassName
{
color: #A876F3;
}
</style>
background-color css
<style>
a { background-color: #A876F3; }
a { background-color: rgb(168,118,243); }
div.DivClassName
{
background-color: #A876F3;
}
.BgClassName
{
background-color: #A876F3;
}
</style>
border-color css
<style>
span { border-color: #A876F3; }
span { border-color: rgb(168,118,243); }
td.TdClassName
{
border-color: #A876F3;
}
.TagClassName
{
border-color: #A876F3;
}
</style>