Shades of Amethyst #A876D6
Tints of Amethyst #A876D6
RGB
CMYK
RGB Variations
Color information
#A876D6 (or 0xA876D6) is known color: Amethyst. HEX triplet: A8, 76 and D6. RGB value is (168,118,214). Sum of RGB (Red+Green+Blue) = 168+118+214=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #A876D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876D6 is #578929. Grayscale: #8F8F8F. Windows color (decimal): -5736746 or 14055080. OLE color: 14055080.
HSL color Cylindrical-coordinate representation of color #A876D6: hue angle of 271.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A876D6 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 118 | 214 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.16 |
| HSL | 271.25º | 0.54% | 0.65% | - |
| HSV(B) | 271.25º | 0.45% | 0.84% | - |
| XYZ | 34.76 | 26.14 | 66.83 | - |
| YUV | 143.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 214 | 0.21 | 0.45 | 0 | 0.16 | 271.25 | 0.54 | 0.65 |
| Hex | A8 | 76 | D6 | 15 | 2D | 0 | 10 | 10F | 36 | 41 |
| Octal | 250 | 166 | 326 | 25 | 55 | 0 | 20 | 417 | 66 | 101 |
| Binary | 10101000 | 1110110 | 11010110 | 10101 | 101101 | 0 | 10000 | 100001111 | 110110 | 1000001 |
Color Harmonies of #A876D6
Complementary color
Monochromatic Colors of #A876D6
Black with #A876D6
Text Example
Text Example
White with #A876D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876D6; }
p { color: rgb(168,118,214); }
H1.HeaderClassName
{
color: #A876D6;
}
.AnyTagClassName
{
color: #A876D6;
}
</style>
background-color css
<style>
a { background-color: #A876D6; }
a { background-color: rgb(168,118,214); }
div.DivClassName
{
background-color: #A876D6;
}
.BgClassName
{
background-color: #A876D6;
}
</style>
border-color css
<style>
span { border-color: #A876D6; }
span { border-color: rgb(168,118,214); }
td.TdClassName
{
border-color: #A876D6;
}
.TagClassName
{
border-color: #A876D6;
}
</style>