Shades of Amethyst #A676CE
Tints of Amethyst #A676CE
RGB
CMYK
RGB Variations
Color information
#A676CE (or 0xA676CE) is known color: Amethyst. HEX triplet: A6, 76 and CE. RGB value is (166,118,206). Sum of RGB (Red+Green+Blue) = 166+118+206=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #A676CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676CE is #598931. Grayscale: #8E8E8E. Windows color (decimal): -5867826 or 13530790. OLE color: 13530790.
HSL color Cylindrical-coordinate representation of color #A676CE: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A676CE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 118 | 206 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.19 |
| HSL | 272.73º | 0.47% | 0.64% | - |
| HSV(B) | 272.73º | 0.43% | 0.81% | - |
| XYZ | 33.34 | 25.52 | 61.56 | - |
| YUV | 142.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 206 | 0.19 | 0.43 | 0 | 0.19 | 272.73 | 0.47 | 0.64 |
| Hex | A6 | 76 | CE | 13 | 2B | 0 | 13 | 111 | 2F | 40 |
| Octal | 246 | 166 | 316 | 23 | 53 | 0 | 23 | 421 | 57 | 100 |
| Binary | 10100110 | 1110110 | 11001110 | 10011 | 101011 | 0 | 10011 | 100010001 | 101111 | 1000000 |
Color Harmonies of #A676CE
Complementary color
Monochromatic Colors of #A676CE
Black with #A676CE
Text Example
Text Example
White with #A676CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676CE; }
p { color: rgb(166,118,206); }
H1.HeaderClassName
{
color: #A676CE;
}
.AnyTagClassName
{
color: #A676CE;
}
</style>
background-color css
<style>
a { background-color: #A676CE; }
a { background-color: rgb(166,118,206); }
div.DivClassName
{
background-color: #A676CE;
}
.BgClassName
{
background-color: #A676CE;
}
</style>
border-color css
<style>
span { border-color: #A676CE; }
span { border-color: rgb(166,118,206); }
td.TdClassName
{
border-color: #A676CE;
}
.TagClassName
{
border-color: #A676CE;
}
</style>