Shades of Medium Purple #A676D9
Tints of Medium Purple #A676D9
RGB
CMYK
RGB Variations
Color information
#A676D9 (or 0xA676D9) is known color: Medium Purple. HEX triplet: A6, 76 and D9. RGB value is (166,118,217). Sum of RGB (Red+Green+Blue) = 166+118+217=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #A676D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676D9 is #598926. Grayscale: #8F8F8F. Windows color (decimal): -5867815 or 14251686. OLE color: 14251686.
HSL color Cylindrical-coordinate representation of color #A676D9: hue angle of 269.09º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A676D9 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 118 | 217 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.15 |
| HSL | 269.09º | 0.57% | 0.66% | - |
| HSV(B) | 269.09º | 0.46% | 0.85% | - |
| XYZ | 34.73 | 26.07 | 68.85 | - |
| YUV | 143.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 217 | 0.24 | 0.46 | 0 | 0.15 | 269.09 | 0.57 | 0.66 |
| Hex | A6 | 76 | D9 | 18 | 2E | 0 | F | 10D | 39 | 42 |
| Octal | 246 | 166 | 331 | 30 | 56 | 0 | 17 | 415 | 71 | 102 |
| Binary | 10100110 | 1110110 | 11011001 | 11000 | 101110 | 0 | 1111 | 100001101 | 111001 | 1000010 |
Color Harmonies of #A676D9
Complementary color
Monochromatic Colors of #A676D9
Black with #A676D9
Text Example
Text Example
White with #A676D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676D9; }
p { color: rgb(166,118,217); }
H1.HeaderClassName
{
color: #A676D9;
}
.AnyTagClassName
{
color: #A676D9;
}
</style>
background-color css
<style>
a { background-color: #A676D9; }
a { background-color: rgb(166,118,217); }
div.DivClassName
{
background-color: #A676D9;
}
.BgClassName
{
background-color: #A676D9;
}
</style>
border-color css
<style>
span { border-color: #A676D9; }
span { border-color: rgb(166,118,217); }
td.TdClassName
{
border-color: #A676D9;
}
.TagClassName
{
border-color: #A676D9;
}
</style>