Shades of Amethyst #A77CD3
Tints of Amethyst #A77CD3
RGB
CMYK
RGB Variations
Color information
#A77CD3 (or 0xA77CD3) is known color: Amethyst. HEX triplet: A7, 7C and D3. RGB value is (167,124,211). Sum of RGB (Red+Green+Blue) = 167+124+211=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #A77CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CD3 is #58832C. Grayscale: #929292. Windows color (decimal): -5800749 or 13860007. OLE color: 13860007.
HSL color Cylindrical-coordinate representation of color #A77CD3: hue angle of 269.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77CD3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 124 | 211 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.17 |
| HSL | 269.66º | 0.5% | 0.66% | - |
| HSV(B) | 269.66º | 0.41% | 0.83% | - |
| XYZ | 34.9 | 27.33 | 65.06 | - |
| YUV | 146.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 211 | 0.21 | 0.41 | 0 | 0.17 | 269.66 | 0.5 | 0.66 |
| Hex | A7 | 7C | D3 | 15 | 29 | 0 | 11 | 10E | 32 | 42 |
| Octal | 247 | 174 | 323 | 25 | 51 | 0 | 21 | 416 | 62 | 102 |
| Binary | 10100111 | 1111100 | 11010011 | 10101 | 101001 | 0 | 10001 | 100001110 | 110010 | 1000010 |
Color Harmonies of #A77CD3
Complementary color
Monochromatic Colors of #A77CD3
Black with #A77CD3
Text Example
Text Example
White with #A77CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CD3; }
p { color: rgb(167,124,211); }
H1.HeaderClassName
{
color: #A77CD3;
}
.AnyTagClassName
{
color: #A77CD3;
}
</style>
background-color css
<style>
a { background-color: #A77CD3; }
a { background-color: rgb(167,124,211); }
div.DivClassName
{
background-color: #A77CD3;
}
.BgClassName
{
background-color: #A77CD3;
}
</style>
border-color css
<style>
span { border-color: #A77CD3; }
span { border-color: rgb(167,124,211); }
td.TdClassName
{
border-color: #A77CD3;
}
.TagClassName
{
border-color: #A77CD3;
}
</style>