Shades of Amethyst #A776CA
Tints of Amethyst #A776CA
RGB
CMYK
RGB Variations
Color information
#A776CA (or 0xA776CA) is known color: Amethyst. HEX triplet: A7, 76 and CA. RGB value is (167,118,202). Sum of RGB (Red+Green+Blue) = 167+118+202=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A776CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776CA is #588935. Grayscale: #8D8D8D. Windows color (decimal): -5802294 or 13268647. OLE color: 13268647.
HSL color Cylindrical-coordinate representation of color #A776CA: hue angle of 275º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A776CA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 118 | 202 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.21 |
| HSL | 275º | 0.44% | 0.63% | - |
| HSV(B) | 275º | 0.42% | 0.79% | - |
| XYZ | 33.08 | 25.44 | 59.04 | - |
| YUV | 142.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 202 | 0.17 | 0.42 | 0 | 0.21 | 275 | 0.44 | 0.63 |
| Hex | A7 | 76 | CA | 11 | 2A | 0 | 15 | 113 | 2C | 3F |
| Octal | 247 | 166 | 312 | 21 | 52 | 0 | 25 | 423 | 54 | 77 |
| Binary | 10100111 | 1110110 | 11001010 | 10001 | 101010 | 0 | 10101 | 100010011 | 101100 | 111111 |
Color Harmonies of #A776CA
Complementary color
Monochromatic Colors of #A776CA
Black with #A776CA
Text Example
Text Example
White with #A776CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776CA; }
p { color: rgb(167,118,202); }
H1.HeaderClassName
{
color: #A776CA;
}
.AnyTagClassName
{
color: #A776CA;
}
</style>
background-color css
<style>
a { background-color: #A776CA; }
a { background-color: rgb(167,118,202); }
div.DivClassName
{
background-color: #A776CA;
}
.BgClassName
{
background-color: #A776CA;
}
</style>
border-color css
<style>
span { border-color: #A776CA; }
span { border-color: rgb(167,118,202); }
td.TdClassName
{
border-color: #A776CA;
}
.TagClassName
{
border-color: #A776CA;
}
</style>