Shades of Amethyst #A876CA
Tints of Amethyst #A876CA
RGB
CMYK
RGB Variations
Color information
#A876CA (or 0xA876CA) is known color: Amethyst. HEX triplet: A8, 76 and CA. RGB value is (168,118,202). Sum of RGB (Red+Green+Blue) = 168+118+202=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #A876CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876CA is #578935. Grayscale: #8E8E8E. Windows color (decimal): -5736758 or 13268648. OLE color: 13268648.
HSL color Cylindrical-coordinate representation of color #A876CA: hue angle of 275.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A876CA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 118 | 202 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.21 |
| HSL | 275.71º | 0.44% | 0.63% | - |
| HSV(B) | 275.71º | 0.42% | 0.79% | - |
| XYZ | 33.29 | 25.55 | 59.05 | - |
| YUV | 142.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 202 | 0.17 | 0.42 | 0 | 0.21 | 275.71 | 0.44 | 0.63 |
| Hex | A8 | 76 | CA | 11 | 2A | 0 | 15 | 114 | 2C | 3F |
| Octal | 250 | 166 | 312 | 21 | 52 | 0 | 25 | 424 | 54 | 77 |
| Binary | 10101000 | 1110110 | 11001010 | 10001 | 101010 | 0 | 10101 | 100010100 | 101100 | 111111 |
Color Harmonies of #A876CA
Complementary color
Monochromatic Colors of #A876CA
Black with #A876CA
Text Example
Text Example
White with #A876CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876CA; }
p { color: rgb(168,118,202); }
H1.HeaderClassName
{
color: #A876CA;
}
.AnyTagClassName
{
color: #A876CA;
}
</style>
background-color css
<style>
a { background-color: #A876CA; }
a { background-color: rgb(168,118,202); }
div.DivClassName
{
background-color: #A876CA;
}
.BgClassName
{
background-color: #A876CA;
}
</style>
border-color css
<style>
span { border-color: #A876CA; }
span { border-color: rgb(168,118,202); }
td.TdClassName
{
border-color: #A876CA;
}
.TagClassName
{
border-color: #A876CA;
}
</style>