Shades of Amethyst #A776CC
Tints of Amethyst #A776CC
RGB
CMYK
RGB Variations
Color information
#A776CC (or 0xA776CC) is known color: Amethyst. HEX triplet: A7, 76 and CC. RGB value is (167,118,204). Sum of RGB (Red+Green+Blue) = 167+118+204=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 118 (46.48% from 255 or 24.13% 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 #A776CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776CC is #588933. Grayscale: #8E8E8E. Windows color (decimal): -5802292 or 13399719. OLE color: 13399719.
HSL color Cylindrical-coordinate representation of color #A776CC: hue angle of 274.19º degrees, saturation: 0.46, 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 #A776CC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 118 | 204 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.2 |
| HSL | 274.19º | 0.46% | 0.63% | - |
| HSV(B) | 274.19º | 0.42% | 0.8% | - |
| XYZ | 33.31 | 25.53 | 60.3 | - |
| YUV | 142.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 204 | 0.18 | 0.42 | 0 | 0.2 | 274.19 | 0.46 | 0.63 |
| Hex | A7 | 76 | CC | 12 | 2A | 0 | 14 | 112 | 2E | 3F |
| Octal | 247 | 166 | 314 | 22 | 52 | 0 | 24 | 422 | 56 | 77 |
| Binary | 10100111 | 1110110 | 11001100 | 10010 | 101010 | 0 | 10100 | 100010010 | 101110 | 111111 |
Color Harmonies of #A776CC
Complementary color
Monochromatic Colors of #A776CC
Black with #A776CC
Text Example
Text Example
White with #A776CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776CC; }
p { color: rgb(167,118,204); }
H1.HeaderClassName
{
color: #A776CC;
}
.AnyTagClassName
{
color: #A776CC;
}
</style>
background-color css
<style>
a { background-color: #A776CC; }
a { background-color: rgb(167,118,204); }
div.DivClassName
{
background-color: #A776CC;
}
.BgClassName
{
background-color: #A776CC;
}
</style>
border-color css
<style>
span { border-color: #A776CC; }
span { border-color: rgb(167,118,204); }
td.TdClassName
{
border-color: #A776CC;
}
.TagClassName
{
border-color: #A776CC;
}
</style>