Shades of Amethyst #A77AD3
Tints of Amethyst #A77AD3
RGB
CMYK
RGB Variations
Color information
#A77AD3 (or 0xA77AD3) is known color: Amethyst. HEX triplet: A7, 7A and D3. RGB value is (167,122,211). Sum of RGB (Red+Green+Blue) = 167+122+211=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #A77AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77AD3 is #58852C. Grayscale: #919191. Windows color (decimal): -5801261 or 13859495. OLE color: 13859495.
HSL color Cylindrical-coordinate representation of color #A77AD3: hue angle of 270.34º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77AD3 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 122 | 211 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.17 |
| HSL | 270.34º | 0.5% | 0.65% | - |
| HSV(B) | 270.34º | 0.42% | 0.83% | - |
| XYZ | 34.65 | 26.84 | 64.98 | - |
| YUV | 145.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 211 | 0.21 | 0.42 | 0 | 0.17 | 270.34 | 0.5 | 0.65 |
| Hex | A7 | 7A | D3 | 15 | 2A | 0 | 11 | 10E | 32 | 41 |
| Octal | 247 | 172 | 323 | 25 | 52 | 0 | 21 | 416 | 62 | 101 |
| Binary | 10100111 | 1111010 | 11010011 | 10101 | 101010 | 0 | 10001 | 100001110 | 110010 | 1000001 |
Color Harmonies of #A77AD3
Complementary color
Monochromatic Colors of #A77AD3
Black with #A77AD3
Text Example
Text Example
White with #A77AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AD3; }
p { color: rgb(167,122,211); }
H1.HeaderClassName
{
color: #A77AD3;
}
.AnyTagClassName
{
color: #A77AD3;
}
</style>
background-color css
<style>
a { background-color: #A77AD3; }
a { background-color: rgb(167,122,211); }
div.DivClassName
{
background-color: #A77AD3;
}
.BgClassName
{
background-color: #A77AD3;
}
</style>
border-color css
<style>
span { border-color: #A77AD3; }
span { border-color: rgb(167,122,211); }
td.TdClassName
{
border-color: #A77AD3;
}
.TagClassName
{
border-color: #A77AD3;
}
</style>