Shades of Amethyst #A876C9
Tints of Amethyst #A876C9
RGB
CMYK
RGB Variations
Color information
#A876C9 (or 0xA876C9) is known color: Amethyst. HEX triplet: A8, 76 and C9. RGB value is (168,118,201). Sum of RGB (Red+Green+Blue) = 168+118+201=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #A876C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876C9 is #578936. Grayscale: #8E8E8E. Windows color (decimal): -5736759 or 13203112. OLE color: 13203112.
HSL color Cylindrical-coordinate representation of color #A876C9: hue angle of 276.14º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A876C9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 118 | 201 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.21 |
| HSL | 276.14º | 0.43% | 0.63% | - |
| HSV(B) | 276.14º | 0.41% | 0.79% | - |
| XYZ | 33.17 | 25.5 | 58.43 | - |
| YUV | 142.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 201 | 0.16 | 0.41 | 0 | 0.21 | 276.14 | 0.43 | 0.63 |
| Hex | A8 | 76 | C9 | 10 | 29 | 0 | 15 | 114 | 2B | 3F |
| Octal | 250 | 166 | 311 | 20 | 51 | 0 | 25 | 424 | 53 | 77 |
| Binary | 10101000 | 1110110 | 11001001 | 10000 | 101001 | 0 | 10101 | 100010100 | 101011 | 111111 |
Color Harmonies of #A876C9
Complementary color
Monochromatic Colors of #A876C9
Black with #A876C9
Text Example
Text Example
White with #A876C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876C9; }
p { color: rgb(168,118,201); }
H1.HeaderClassName
{
color: #A876C9;
}
.AnyTagClassName
{
color: #A876C9;
}
</style>
background-color css
<style>
a { background-color: #A876C9; }
a { background-color: rgb(168,118,201); }
div.DivClassName
{
background-color: #A876C9;
}
.BgClassName
{
background-color: #A876C9;
}
</style>
border-color css
<style>
span { border-color: #A876C9; }
span { border-color: rgb(168,118,201); }
td.TdClassName
{
border-color: #A876C9;
}
.TagClassName
{
border-color: #A876C9;
}
</style>