Shades of Amethyst #A677CC
Tints of Amethyst #A677CC
RGB
CMYK
RGB Variations
Color information
#A677CC (or 0xA677CC) is known color: Amethyst. HEX triplet: A6, 77 and CC. RGB value is (166,119,204). Sum of RGB (Red+Green+Blue) = 166+119+204=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #A677CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A677CC is #598833. Grayscale: #8E8E8E. Windows color (decimal): -5867572 or 13399974. OLE color: 13399974.
HSL color Cylindrical-coordinate representation of color #A677CC: hue angle of 273.18º 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 #A677CC is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 119 | 204 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.2 |
| HSL | 273.18º | 0.45% | 0.63% | - |
| HSV(B) | 273.18º | 0.42% | 0.8% | - |
| XYZ | 33.22 | 25.66 | 60.33 | - |
| YUV | 142.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 204 | 0.19 | 0.42 | 0 | 0.2 | 273.18 | 0.45 | 0.63 |
| Hex | A6 | 77 | CC | 13 | 2A | 0 | 14 | 111 | 2D | 3F |
| Octal | 246 | 167 | 314 | 23 | 52 | 0 | 24 | 421 | 55 | 77 |
| Binary | 10100110 | 1110111 | 11001100 | 10011 | 101010 | 0 | 10100 | 100010001 | 101101 | 111111 |
Color Harmonies of #A677CC
Complementary color
Monochromatic Colors of #A677CC
Black with #A677CC
Text Example
Text Example
White with #A677CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677CC; }
p { color: rgb(166,119,204); }
H1.HeaderClassName
{
color: #A677CC;
}
.AnyTagClassName
{
color: #A677CC;
}
</style>
background-color css
<style>
a { background-color: #A677CC; }
a { background-color: rgb(166,119,204); }
div.DivClassName
{
background-color: #A677CC;
}
.BgClassName
{
background-color: #A677CC;
}
</style>
border-color css
<style>
span { border-color: #A677CC; }
span { border-color: rgb(166,119,204); }
td.TdClassName
{
border-color: #A677CC;
}
.TagClassName
{
border-color: #A677CC;
}
</style>