Shades of Medium Purple #A876DE
Tints of Medium Purple #A876DE
RGB
CMYK
RGB Variations
Color information
#A876DE (or 0xA876DE) is known color: Medium Purple. HEX triplet: A8, 76 and DE. RGB value is (168,118,222). Sum of RGB (Red+Green+Blue) = 168+118+222=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #A876DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876DE is #578921. Grayscale: #909090. Windows color (decimal): -5736738 or 14579368. OLE color: 14579368.
HSL color Cylindrical-coordinate representation of color #A876DE: hue angle of 268.85º degrees, saturation: 0.61, 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 #A876DE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 118 | 222 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.13 |
| HSL | 268.85º | 0.61% | 0.67% | - |
| HSV(B) | 268.85º | 0.47% | 0.87% | - |
| XYZ | 35.81 | 26.56 | 72.35 | - |
| YUV | 144.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 222 | 0.24 | 0.47 | 0 | 0.13 | 268.85 | 0.61 | 0.67 |
| Hex | A8 | 76 | DE | 18 | 2F | 0 | D | 10D | 3D | 43 |
| Octal | 250 | 166 | 336 | 30 | 57 | 0 | 15 | 415 | 75 | 103 |
| Binary | 10101000 | 1110110 | 11011110 | 11000 | 101111 | 0 | 1101 | 100001101 | 111101 | 1000011 |
Color Harmonies of #A876DE
Complementary color
Monochromatic Colors of #A876DE
Black with #A876DE
Text Example
Text Example
White with #A876DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876DE; }
p { color: rgb(168,118,222); }
H1.HeaderClassName
{
color: #A876DE;
}
.AnyTagClassName
{
color: #A876DE;
}
</style>
background-color css
<style>
a { background-color: #A876DE; }
a { background-color: rgb(168,118,222); }
div.DivClassName
{
background-color: #A876DE;
}
.BgClassName
{
background-color: #A876DE;
}
</style>
border-color css
<style>
span { border-color: #A876DE; }
span { border-color: rgb(168,118,222); }
td.TdClassName
{
border-color: #A876DE;
}
.TagClassName
{
border-color: #A876DE;
}
</style>