Shades of Medium Purple #A876F8
Tints of Medium Purple #A876F8
RGB
CMYK
RGB Variations
Color information
#A876F8 (or 0xA876F8) is known color: Medium Purple. HEX triplet: A8, 76 and F8. RGB value is (168,118,248). Sum of RGB (Red+Green+Blue) = 168+118+248=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #A876F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876F8 is #578907. Grayscale: #939393. Windows color (decimal): -5736712 or 16283304. OLE color: 16283304.
HSL color Cylindrical-coordinate representation of color #A876F8: hue angle of 263.08º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A876F8 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 118 | 248 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.03 |
| HSL | 263.08º | 0.9% | 0.72% | - |
| HSV(B) | 263.08º | 0.52% | 0.97% | - |
| XYZ | 39.57 | 28.06 | 92.14 | - |
| YUV | 147.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 248 | 0.32 | 0.52 | 0 | 0.03 | 263.08 | 0.9 | 0.72 |
| Hex | A8 | 76 | F8 | 20 | 34 | 0 | 3 | 107 | 5A | 48 |
| Octal | 250 | 166 | 370 | 40 | 64 | 0 | 3 | 407 | 132 | 110 |
| Binary | 10101000 | 1110110 | 11111000 | 100000 | 110100 | 0 | 11 | 100000111 | 1011010 | 1001000 |
Color Harmonies of #A876F8
Complementary color
Monochromatic Colors of #A876F8
Black with #A876F8
Text Example
Text Example
White with #A876F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876F8; }
p { color: rgb(168,118,248); }
H1.HeaderClassName
{
color: #A876F8;
}
.AnyTagClassName
{
color: #A876F8;
}
</style>
background-color css
<style>
a { background-color: #A876F8; }
a { background-color: rgb(168,118,248); }
div.DivClassName
{
background-color: #A876F8;
}
.BgClassName
{
background-color: #A876F8;
}
</style>
border-color css
<style>
span { border-color: #A876F8; }
span { border-color: rgb(168,118,248); }
td.TdClassName
{
border-color: #A876F8;
}
.TagClassName
{
border-color: #A876F8;
}
</style>