Shades of Amethyst #A77ACD
Tints of Amethyst #A77ACD
RGB
CMYK
RGB Variations
Color information
#A77ACD (or 0xA77ACD) is known color: Amethyst. HEX triplet: A7, 7A and CD. RGB value is (167,122,205). Sum of RGB (Red+Green+Blue) = 167+122+205=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #A77ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ACD is #588532. Grayscale: #909090. Windows color (decimal): -5801267 or 13466279. OLE color: 13466279.
HSL color Cylindrical-coordinate representation of color #A77ACD: hue angle of 272.53º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77ACD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 122 | 205 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.20 |
| HSL | 272.53º | 0.45% | 0.64% | - |
| HSV(B) | 272.53º | 0.4% | 0.8% | - |
| XYZ | 33.92 | 26.54 | 61.09 | - |
| YUV | 144.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 205 | 0.19 | 0.40 | 0 | 0.20 | 272.53 | 0.45 | 0.64 |
| Hex | A7 | 7A | CD | 13 | 28 | 0 | 14 | 111 | 2D | 40 |
| Octal | 247 | 172 | 315 | 23 | 50 | 0 | 24 | 421 | 55 | 100 |
| Binary | 10100111 | 1111010 | 11001101 | 10011 | 101000 | 0 | 10100 | 100010001 | 101101 | 1000000 |
Color Harmonies of #A77ACD
Complementary color
Monochromatic Colors of #A77ACD
Black with #A77ACD
Text Example
Text Example
White with #A77ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77ACD; }
p { color: rgb(167,122,205); }
H1.HeaderClassName
{
color: #A77ACD;
}
.AnyTagClassName
{
color: #A77ACD;
}
</style>
background-color css
<style>
a { background-color: #A77ACD; }
a { background-color: rgb(167,122,205); }
div.DivClassName
{
background-color: #A77ACD;
}
.BgClassName
{
background-color: #A77ACD;
}
</style>
border-color css
<style>
span { border-color: #A77ACD; }
span { border-color: rgb(167,122,205); }
td.TdClassName
{
border-color: #A77ACD;
}
.TagClassName
{
border-color: #A77ACD;
}
</style>