Shades of Amethyst #A876CB
Tints of Amethyst #A876CB
RGB
CMYK
RGB Variations
Color information
#A876CB (or 0xA876CB) is known color: Amethyst. HEX triplet: A8, 76 and CB. RGB value is (168,118,203). Sum of RGB (Red+Green+Blue) = 168+118+203=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A876CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876CB is #578934. Grayscale: #8E8E8E. Windows color (decimal): -5736757 or 13334184. OLE color: 13334184.
HSL color Cylindrical-coordinate representation of color #A876CB: hue angle of 275.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A876CB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 118 | 203 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.20 |
| HSL | 275.29º | 0.45% | 0.63% | - |
| HSV(B) | 275.29º | 0.42% | 0.8% | - |
| XYZ | 33.41 | 25.59 | 59.68 | - |
| YUV | 142.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 203 | 0.17 | 0.42 | 0 | 0.20 | 275.29 | 0.45 | 0.63 |
| Hex | A8 | 76 | CB | 11 | 2A | 0 | 14 | 113 | 2D | 3F |
| Octal | 250 | 166 | 313 | 21 | 52 | 0 | 24 | 423 | 55 | 77 |
| Binary | 10101000 | 1110110 | 11001011 | 10001 | 101010 | 0 | 10100 | 100010011 | 101101 | 111111 |
Color Harmonies of #A876CB
Complementary color
Monochromatic Colors of #A876CB
Black with #A876CB
Text Example
Text Example
White with #A876CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876CB; }
p { color: rgb(168,118,203); }
H1.HeaderClassName
{
color: #A876CB;
}
.AnyTagClassName
{
color: #A876CB;
}
</style>
background-color css
<style>
a { background-color: #A876CB; }
a { background-color: rgb(168,118,203); }
div.DivClassName
{
background-color: #A876CB;
}
.BgClassName
{
background-color: #A876CB;
}
</style>
border-color css
<style>
span { border-color: #A876CB; }
span { border-color: rgb(168,118,203); }
td.TdClassName
{
border-color: #A876CB;
}
.TagClassName
{
border-color: #A876CB;
}
</style>