Shades of Amethyst #A977D1
Tints of Amethyst #A977D1
RGB
CMYK
RGB Variations
Color information
#A977D1 (or 0xA977D1) is known color: Amethyst. HEX triplet: A9, 77 and D1. RGB value is (169,119,209). Sum of RGB (Red+Green+Blue) = 169+119+209=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #A977D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977D1 is #56882E. Grayscale: #8F8F8F. Windows color (decimal): -5670959 or 13727657. OLE color: 13727657.
HSL color Cylindrical-coordinate representation of color #A977D1: hue angle of 273.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A977D1 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 119 | 209 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.18 |
| HSL | 273.33º | 0.49% | 0.64% | - |
| HSV(B) | 273.33º | 0.43% | 0.82% | - |
| XYZ | 34.47 | 26.23 | 63.57 | - |
| YUV | 144.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 209 | 0.19 | 0.43 | 0 | 0.18 | 273.33 | 0.49 | 0.64 |
| Hex | A9 | 77 | D1 | 13 | 2B | 0 | 12 | 111 | 31 | 40 |
| Octal | 251 | 167 | 321 | 23 | 53 | 0 | 22 | 421 | 61 | 100 |
| Binary | 10101001 | 1110111 | 11010001 | 10011 | 101011 | 0 | 10010 | 100010001 | 110001 | 1000000 |
Color Harmonies of #A977D1
Complementary color
Monochromatic Colors of #A977D1
Black with #A977D1
Text Example
Text Example
White with #A977D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977D1; }
p { color: rgb(169,119,209); }
H1.HeaderClassName
{
color: #A977D1;
}
.AnyTagClassName
{
color: #A977D1;
}
</style>
background-color css
<style>
a { background-color: #A977D1; }
a { background-color: rgb(169,119,209); }
div.DivClassName
{
background-color: #A977D1;
}
.BgClassName
{
background-color: #A977D1;
}
</style>
border-color css
<style>
span { border-color: #A977D1; }
span { border-color: rgb(169,119,209); }
td.TdClassName
{
border-color: #A977D1;
}
.TagClassName
{
border-color: #A977D1;
}
</style>