Shades of Amethyst #A876D4
Tints of Amethyst #A876D4
RGB
CMYK
RGB Variations
Color information
#A876D4 (or 0xA876D4) is known color: Amethyst. HEX triplet: A8, 76 and D4. RGB value is (168,118,212). Sum of RGB (Red+Green+Blue) = 168+118+212=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #A876D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876D4 is #57892B. Grayscale: #8F8F8F. Windows color (decimal): -5736748 or 13924008. OLE color: 13924008.
HSL color Cylindrical-coordinate representation of color #A876D4: hue angle of 271.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A876D4 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 118 | 212 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.17 |
| HSL | 271.91º | 0.52% | 0.65% | - |
| HSV(B) | 271.91º | 0.44% | 0.83% | - |
| XYZ | 34.51 | 26.04 | 65.49 | - |
| YUV | 143.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 212 | 0.21 | 0.44 | 0 | 0.17 | 271.91 | 0.52 | 0.65 |
| Hex | A8 | 76 | D4 | 15 | 2C | 0 | 11 | 110 | 34 | 41 |
| Octal | 250 | 166 | 324 | 25 | 54 | 0 | 21 | 420 | 64 | 101 |
| Binary | 10101000 | 1110110 | 11010100 | 10101 | 101100 | 0 | 10001 | 100010000 | 110100 | 1000001 |
Color Harmonies of #A876D4
Complementary color
Monochromatic Colors of #A876D4
Black with #A876D4
Text Example
Text Example
White with #A876D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876D4; }
p { color: rgb(168,118,212); }
H1.HeaderClassName
{
color: #A876D4;
}
.AnyTagClassName
{
color: #A876D4;
}
</style>
background-color css
<style>
a { background-color: #A876D4; }
a { background-color: rgb(168,118,212); }
div.DivClassName
{
background-color: #A876D4;
}
.BgClassName
{
background-color: #A876D4;
}
</style>
border-color css
<style>
span { border-color: #A876D4; }
span { border-color: rgb(168,118,212); }
td.TdClassName
{
border-color: #A876D4;
}
.TagClassName
{
border-color: #A876D4;
}
</style>