Shades of Amethyst #A676CF
Tints of Amethyst #A676CF
RGB
CMYK
RGB Variations
Color information
#A676CF (or 0xA676CF) is known color: Amethyst. HEX triplet: A6, 76 and CF. RGB value is (166,118,207). Sum of RGB (Red+Green+Blue) = 166+118+207=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A676CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676CF is #598930. Grayscale: #8E8E8E. Windows color (decimal): -5867825 or 13596326. OLE color: 13596326.
HSL color Cylindrical-coordinate representation of color #A676CF: hue angle of 272.36º degrees, saturation: 0.48, 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 #A676CF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 118 | 207 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.19 |
| HSL | 272.36º | 0.48% | 0.64% | - |
| HSV(B) | 272.36º | 0.43% | 0.81% | - |
| XYZ | 33.47 | 25.57 | 62.2 | - |
| YUV | 142.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 207 | 0.20 | 0.43 | 0 | 0.19 | 272.36 | 0.48 | 0.64 |
| Hex | A6 | 76 | CF | 14 | 2B | 0 | 13 | 110 | 30 | 40 |
| Octal | 246 | 166 | 317 | 24 | 53 | 0 | 23 | 420 | 60 | 100 |
| Binary | 10100110 | 1110110 | 11001111 | 10100 | 101011 | 0 | 10011 | 100010000 | 110000 | 1000000 |
Color Harmonies of #A676CF
Complementary color
Monochromatic Colors of #A676CF
Black with #A676CF
Text Example
Text Example
White with #A676CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676CF; }
p { color: rgb(166,118,207); }
H1.HeaderClassName
{
color: #A676CF;
}
.AnyTagClassName
{
color: #A676CF;
}
</style>
background-color css
<style>
a { background-color: #A676CF; }
a { background-color: rgb(166,118,207); }
div.DivClassName
{
background-color: #A676CF;
}
.BgClassName
{
background-color: #A676CF;
}
</style>
border-color css
<style>
span { border-color: #A676CF; }
span { border-color: rgb(166,118,207); }
td.TdClassName
{
border-color: #A676CF;
}
.TagClassName
{
border-color: #A676CF;
}
</style>