Shades of Medium Purple #A876DB
Tints of Medium Purple #A876DB
RGB
CMYK
RGB Variations
Color information
#A876DB (or 0xA876DB) is known color: Medium Purple. HEX triplet: A8, 76 and DB. RGB value is (168,118,219). Sum of RGB (Red+Green+Blue) = 168+118+219=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #A876DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876DB is #578924. Grayscale: #909090. Windows color (decimal): -5736741 or 14382760. OLE color: 14382760.
HSL color Cylindrical-coordinate representation of color #A876DB: hue angle of 269.7º degrees, saturation: 0.58, 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 #A876DB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 118 | 219 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.14 |
| HSL | 269.7º | 0.58% | 0.66% | - |
| HSV(B) | 269.7º | 0.46% | 0.86% | - |
| XYZ | 35.41 | 26.4 | 70.25 | - |
| YUV | 144.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 219 | 0.23 | 0.46 | 0 | 0.14 | 269.7 | 0.58 | 0.66 |
| Hex | A8 | 76 | DB | 17 | 2E | 0 | E | 10E | 3A | 42 |
| Octal | 250 | 166 | 333 | 27 | 56 | 0 | 16 | 416 | 72 | 102 |
| Binary | 10101000 | 1110110 | 11011011 | 10111 | 101110 | 0 | 1110 | 100001110 | 111010 | 1000010 |
Color Harmonies of #A876DB
Complementary color
Monochromatic Colors of #A876DB
Black with #A876DB
Text Example
Text Example
White with #A876DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876DB; }
p { color: rgb(168,118,219); }
H1.HeaderClassName
{
color: #A876DB;
}
.AnyTagClassName
{
color: #A876DB;
}
</style>
background-color css
<style>
a { background-color: #A876DB; }
a { background-color: rgb(168,118,219); }
div.DivClassName
{
background-color: #A876DB;
}
.BgClassName
{
background-color: #A876DB;
}
</style>
border-color css
<style>
span { border-color: #A876DB; }
span { border-color: rgb(168,118,219); }
td.TdClassName
{
border-color: #A876DB;
}
.TagClassName
{
border-color: #A876DB;
}
</style>