Shades of Medium Purple #A876DF
Tints of Medium Purple #A876DF
RGB
CMYK
RGB Variations
Color information
#A876DF (or 0xA876DF) is known color: Medium Purple. HEX triplet: A8, 76 and DF. RGB value is (168,118,223). Sum of RGB (Red+Green+Blue) = 168+118+223=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #A876DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876DF is #578920. Grayscale: #909090. Windows color (decimal): -5736737 or 14644904. OLE color: 14644904.
HSL color Cylindrical-coordinate representation of color #A876DF: hue angle of 268.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A876DF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 118 | 223 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.13 |
| HSL | 268.57º | 0.62% | 0.67% | - |
| HSV(B) | 268.57º | 0.47% | 0.87% | - |
| XYZ | 35.95 | 26.61 | 73.05 | - |
| YUV | 144.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 223 | 0.25 | 0.47 | 0 | 0.13 | 268.57 | 0.62 | 0.67 |
| Hex | A8 | 76 | DF | 19 | 2F | 0 | D | 10D | 3E | 43 |
| Octal | 250 | 166 | 337 | 31 | 57 | 0 | 15 | 415 | 76 | 103 |
| Binary | 10101000 | 1110110 | 11011111 | 11001 | 101111 | 0 | 1101 | 100001101 | 111110 | 1000011 |
Color Harmonies of #A876DF
Complementary color
Monochromatic Colors of #A876DF
Black with #A876DF
Text Example
Text Example
White with #A876DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876DF; }
p { color: rgb(168,118,223); }
H1.HeaderClassName
{
color: #A876DF;
}
.AnyTagClassName
{
color: #A876DF;
}
</style>
background-color css
<style>
a { background-color: #A876DF; }
a { background-color: rgb(168,118,223); }
div.DivClassName
{
background-color: #A876DF;
}
.BgClassName
{
background-color: #A876DF;
}
</style>
border-color css
<style>
span { border-color: #A876DF; }
span { border-color: rgb(168,118,223); }
td.TdClassName
{
border-color: #A876DF;
}
.TagClassName
{
border-color: #A876DF;
}
</style>