Shades of Amethyst #A876CD
Tints of Amethyst #A876CD
RGB
CMYK
RGB Variations
Color information
#A876CD (or 0xA876CD) is known color: Amethyst. HEX triplet: A8, 76 and CD. RGB value is (168,118,205). Sum of RGB (Red+Green+Blue) = 168+118+205=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #A876CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876CD is #578932. Grayscale: #8E8E8E. Windows color (decimal): -5736755 or 13465256. OLE color: 13465256.
HSL color Cylindrical-coordinate representation of color #A876CD: hue angle of 274.48º degrees, saturation: 0.47, 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 #A876CD is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 118 | 205 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.20 |
| HSL | 274.48º | 0.47% | 0.63% | - |
| HSV(B) | 274.48º | 0.42% | 0.8% | - |
| XYZ | 33.65 | 25.69 | 60.94 | - |
| YUV | 142.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 205 | 0.18 | 0.42 | 0 | 0.20 | 274.48 | 0.47 | 0.63 |
| Hex | A8 | 76 | CD | 12 | 2A | 0 | 14 | 112 | 2F | 3F |
| Octal | 250 | 166 | 315 | 22 | 52 | 0 | 24 | 422 | 57 | 77 |
| Binary | 10101000 | 1110110 | 11001101 | 10010 | 101010 | 0 | 10100 | 100010010 | 101111 | 111111 |
Color Harmonies of #A876CD
Complementary color
Monochromatic Colors of #A876CD
Black with #A876CD
Text Example
Text Example
White with #A876CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876CD; }
p { color: rgb(168,118,205); }
H1.HeaderClassName
{
color: #A876CD;
}
.AnyTagClassName
{
color: #A876CD;
}
</style>
background-color css
<style>
a { background-color: #A876CD; }
a { background-color: rgb(168,118,205); }
div.DivClassName
{
background-color: #A876CD;
}
.BgClassName
{
background-color: #A876CD;
}
</style>
border-color css
<style>
span { border-color: #A876CD; }
span { border-color: rgb(168,118,205); }
td.TdClassName
{
border-color: #A876CD;
}
.TagClassName
{
border-color: #A876CD;
}
</style>