Shades of Medium Purple #A876DC
Tints of Medium Purple #A876DC
RGB
CMYK
RGB Variations
Color information
#A876DC (or 0xA876DC) is known color: Medium Purple. HEX triplet: A8, 76 and DC. RGB value is (168,118,220). Sum of RGB (Red+Green+Blue) = 168+118+220=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #A876DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876DC is #578923. Grayscale: #909090. Windows color (decimal): -5736740 or 14448296. OLE color: 14448296.
HSL color Cylindrical-coordinate representation of color #A876DC: hue angle of 269.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A876DC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 118 | 220 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.14 |
| HSL | 269.41º | 0.59% | 0.66% | - |
| HSV(B) | 269.41º | 0.46% | 0.86% | - |
| XYZ | 35.55 | 26.45 | 70.94 | - |
| YUV | 144.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 220 | 0.24 | 0.46 | 0 | 0.14 | 269.41 | 0.59 | 0.66 |
| Hex | A8 | 76 | DC | 18 | 2E | 0 | E | 10D | 3B | 42 |
| Octal | 250 | 166 | 334 | 30 | 56 | 0 | 16 | 415 | 73 | 102 |
| Binary | 10101000 | 1110110 | 11011100 | 11000 | 101110 | 0 | 1110 | 100001101 | 111011 | 1000010 |
Color Harmonies of #A876DC
Complementary color
Monochromatic Colors of #A876DC
Black with #A876DC
Text Example
Text Example
White with #A876DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876DC; }
p { color: rgb(168,118,220); }
H1.HeaderClassName
{
color: #A876DC;
}
.AnyTagClassName
{
color: #A876DC;
}
</style>
background-color css
<style>
a { background-color: #A876DC; }
a { background-color: rgb(168,118,220); }
div.DivClassName
{
background-color: #A876DC;
}
.BgClassName
{
background-color: #A876DC;
}
</style>
border-color css
<style>
span { border-color: #A876DC; }
span { border-color: rgb(168,118,220); }
td.TdClassName
{
border-color: #A876DC;
}
.TagClassName
{
border-color: #A876DC;
}
</style>