Shades of Amethyst #A977DA
Tints of Amethyst #A977DA
RGB
CMYK
RGB Variations
Color information
#A977DA (or 0xA977DA) is known color: Amethyst. HEX triplet: A9, 77 and DA. RGB value is (169,119,218). Sum of RGB (Red+Green+Blue) = 169+119+218=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #A977DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977DA is #568825. Grayscale: #909090. Windows color (decimal): -5670950 or 14317481. OLE color: 14317481.
HSL color Cylindrical-coordinate representation of color #A977DA: hue angle of 270.3º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A977DA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 119 | 218 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.15 |
| HSL | 270.3º | 0.57% | 0.66% | - |
| HSV(B) | 270.3º | 0.45% | 0.85% | - |
| XYZ | 35.61 | 26.69 | 69.6 | - |
| YUV | 145.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 218 | 0.22 | 0.45 | 0 | 0.15 | 270.3 | 0.57 | 0.66 |
| Hex | A9 | 77 | DA | 16 | 2D | 0 | F | 10E | 39 | 42 |
| Octal | 251 | 167 | 332 | 26 | 55 | 0 | 17 | 416 | 71 | 102 |
| Binary | 10101001 | 1110111 | 11011010 | 10110 | 101101 | 0 | 1111 | 100001110 | 111001 | 1000010 |
Color Harmonies of #A977DA
Complementary color
Monochromatic Colors of #A977DA
Black with #A977DA
Text Example
Text Example
White with #A977DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977DA; }
p { color: rgb(169,119,218); }
H1.HeaderClassName
{
color: #A977DA;
}
.AnyTagClassName
{
color: #A977DA;
}
</style>
background-color css
<style>
a { background-color: #A977DA; }
a { background-color: rgb(169,119,218); }
div.DivClassName
{
background-color: #A977DA;
}
.BgClassName
{
background-color: #A977DA;
}
</style>
border-color css
<style>
span { border-color: #A977DA; }
span { border-color: rgb(169,119,218); }
td.TdClassName
{
border-color: #A977DA;
}
.TagClassName
{
border-color: #A977DA;
}
</style>