Shades of Amethyst #A77CD2
Tints of Amethyst #A77CD2
RGB
CMYK
RGB Variations
Color information
#A77CD2 (or 0xA77CD2) is known color: Amethyst. HEX triplet: A7, 7C and D2. RGB value is (167,124,210). Sum of RGB (Red+Green+Blue) = 167+124+210=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #A77CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CD2 is #58832D. Grayscale: #929292. Windows color (decimal): -5800750 or 13794471. OLE color: 13794471.
HSL color Cylindrical-coordinate representation of color #A77CD2: hue angle of 270º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77CD2 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 124 | 210 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.18 |
| HSL | 270º | 0.49% | 0.65% | - |
| HSV(B) | 270º | 0.41% | 0.82% | - |
| XYZ | 34.78 | 27.28 | 64.41 | - |
| YUV | 146.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 210 | 0.20 | 0.41 | 0 | 0.18 | 270 | 0.49 | 0.65 |
| Hex | A7 | 7C | D2 | 14 | 29 | 0 | 12 | 10E | 31 | 41 |
| Octal | 247 | 174 | 322 | 24 | 51 | 0 | 22 | 416 | 61 | 101 |
| Binary | 10100111 | 1111100 | 11010010 | 10100 | 101001 | 0 | 10010 | 100001110 | 110001 | 1000001 |
Color Harmonies of #A77CD2
Complementary color
Monochromatic Colors of #A77CD2
Black with #A77CD2
Text Example
Text Example
White with #A77CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CD2; }
p { color: rgb(167,124,210); }
H1.HeaderClassName
{
color: #A77CD2;
}
.AnyTagClassName
{
color: #A77CD2;
}
</style>
background-color css
<style>
a { background-color: #A77CD2; }
a { background-color: rgb(167,124,210); }
div.DivClassName
{
background-color: #A77CD2;
}
.BgClassName
{
background-color: #A77CD2;
}
</style>
border-color css
<style>
span { border-color: #A77CD2; }
span { border-color: rgb(167,124,210); }
td.TdClassName
{
border-color: #A77CD2;
}
.TagClassName
{
border-color: #A77CD2;
}
</style>