Shades of Amethyst #A676C9
Tints of Amethyst #A676C9
RGB
CMYK
RGB Variations
Color information
#A676C9 (or 0xA676C9) is known color: Amethyst. HEX triplet: A6, 76 and C9. RGB value is (166,118,201). Sum of RGB (Red+Green+Blue) = 166+118+201=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #A676C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676C9 is #598936. Grayscale: #8D8D8D. Windows color (decimal): -5867831 or 13203110. OLE color: 13203110.
HSL color Cylindrical-coordinate representation of color #A676C9: hue angle of 274.7º 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 #A676C9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 118 | 201 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.21 |
| HSL | 274.7º | 0.43% | 0.63% | - |
| HSV(B) | 274.7º | 0.41% | 0.79% | - |
| XYZ | 32.75 | 25.28 | 58.41 | - |
| YUV | 141.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 201 | 0.17 | 0.41 | 0 | 0.21 | 274.7 | 0.43 | 0.63 |
| Hex | A6 | 76 | C9 | 11 | 29 | 0 | 15 | 113 | 2B | 3F |
| Octal | 246 | 166 | 311 | 21 | 51 | 0 | 25 | 423 | 53 | 77 |
| Binary | 10100110 | 1110110 | 11001001 | 10001 | 101001 | 0 | 10101 | 100010011 | 101011 | 111111 |
Color Harmonies of #A676C9
Complementary color
Monochromatic Colors of #A676C9
Black with #A676C9
Text Example
Text Example
White with #A676C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676C9; }
p { color: rgb(166,118,201); }
H1.HeaderClassName
{
color: #A676C9;
}
.AnyTagClassName
{
color: #A676C9;
}
</style>
background-color css
<style>
a { background-color: #A676C9; }
a { background-color: rgb(166,118,201); }
div.DivClassName
{
background-color: #A676C9;
}
.BgClassName
{
background-color: #A676C9;
}
</style>
border-color css
<style>
span { border-color: #A676C9; }
span { border-color: rgb(166,118,201); }
td.TdClassName
{
border-color: #A676C9;
}
.TagClassName
{
border-color: #A676C9;
}
</style>