Shades of Amethyst #A977CC
Tints of Amethyst #A977CC
RGB
CMYK
RGB Variations
Color information
#A977CC (or 0xA977CC) is known color: Amethyst. HEX triplet: A9, 77 and CC. RGB value is (169,119,204). Sum of RGB (Red+Green+Blue) = 169+119+204=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #A977CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977CC is #568833. Grayscale: #8F8F8F. Windows color (decimal): -5670964 or 13399977. OLE color: 13399977.
HSL color Cylindrical-coordinate representation of color #A977CC: hue angle of 275.29º 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 #A977CC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 119 | 204 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.2 |
| HSL | 275.29º | 0.45% | 0.63% | - |
| HSV(B) | 275.29º | 0.42% | 0.8% | - |
| XYZ | 33.86 | 25.99 | 60.36 | - |
| YUV | 143.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 204 | 0.17 | 0.42 | 0 | 0.2 | 275.29 | 0.45 | 0.63 |
| Hex | A9 | 77 | CC | 11 | 2A | 0 | 14 | 113 | 2D | 3F |
| Octal | 251 | 167 | 314 | 21 | 52 | 0 | 24 | 423 | 55 | 77 |
| Binary | 10101001 | 1110111 | 11001100 | 10001 | 101010 | 0 | 10100 | 100010011 | 101101 | 111111 |
Color Harmonies of #A977CC
Complementary color
Monochromatic Colors of #A977CC
Black with #A977CC
Text Example
Text Example
White with #A977CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977CC; }
p { color: rgb(169,119,204); }
H1.HeaderClassName
{
color: #A977CC;
}
.AnyTagClassName
{
color: #A977CC;
}
</style>
background-color css
<style>
a { background-color: #A977CC; }
a { background-color: rgb(169,119,204); }
div.DivClassName
{
background-color: #A977CC;
}
.BgClassName
{
background-color: #A977CC;
}
</style>
border-color css
<style>
span { border-color: #A977CC; }
span { border-color: rgb(169,119,204); }
td.TdClassName
{
border-color: #A977CC;
}
.TagClassName
{
border-color: #A977CC;
}
</style>