Shades of Amethyst #A776CB
Tints of Amethyst #A776CB
RGB
CMYK
RGB Variations
Color information
#A776CB (or 0xA776CB) is known color: Amethyst. HEX triplet: A7, 76 and CB. RGB value is (167,118,203). Sum of RGB (Red+Green+Blue) = 167+118+203=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A776CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776CB is #588934. Grayscale: #8E8E8E. Windows color (decimal): -5802293 or 13334183. OLE color: 13334183.
HSL color Cylindrical-coordinate representation of color #A776CB: hue angle of 274.59º 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 #A776CB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 118 | 203 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.20 |
| HSL | 274.59º | 0.45% | 0.63% | - |
| HSV(B) | 274.59º | 0.42% | 0.8% | - |
| XYZ | 33.19 | 25.48 | 59.67 | - |
| YUV | 142.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 203 | 0.18 | 0.42 | 0 | 0.20 | 274.59 | 0.45 | 0.63 |
| Hex | A7 | 76 | CB | 12 | 2A | 0 | 14 | 113 | 2D | 3F |
| Octal | 247 | 166 | 313 | 22 | 52 | 0 | 24 | 423 | 55 | 77 |
| Binary | 10100111 | 1110110 | 11001011 | 10010 | 101010 | 0 | 10100 | 100010011 | 101101 | 111111 |
Color Harmonies of #A776CB
Complementary color
Monochromatic Colors of #A776CB
Black with #A776CB
Text Example
Text Example
White with #A776CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A776CB; }
p { color: rgb(167,118,203); }
H1.HeaderClassName
{
color: #A776CB;
}
.AnyTagClassName
{
color: #A776CB;
}
</style>
background-color css
<style>
a { background-color: #A776CB; }
a { background-color: rgb(167,118,203); }
div.DivClassName
{
background-color: #A776CB;
}
.BgClassName
{
background-color: #A776CB;
}
</style>
border-color css
<style>
span { border-color: #A776CB; }
span { border-color: rgb(167,118,203); }
td.TdClassName
{
border-color: #A776CB;
}
.TagClassName
{
border-color: #A776CB;
}
</style>