Shades of Amethyst #A973D0
Tints of Amethyst #A973D0
RGB
CMYK
RGB Variations
Color information
#A973D0 (or 0xA973D0) is known color: Amethyst. HEX triplet: A9, 73 and D0. RGB value is (169,115,208). Sum of RGB (Red+Green+Blue) = 169+115+208=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #A973D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973D0 is #568C2F. Grayscale: #8D8D8D. Windows color (decimal): -5671984 or 13661097. OLE color: 13661097.
HSL color Cylindrical-coordinate representation of color #A973D0: hue angle of 274.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A973D0 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 115 | 208 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.18 |
| HSL | 274.84º | 0.5% | 0.63% | - |
| HSV(B) | 274.84º | 0.45% | 0.82% | - |
| XYZ | 33.88 | 25.25 | 62.76 | - |
| YUV | 141.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 208 | 0.19 | 0.45 | 0 | 0.18 | 274.84 | 0.5 | 0.63 |
| Hex | A9 | 73 | D0 | 13 | 2D | 0 | 12 | 113 | 32 | 3F |
| Octal | 251 | 163 | 320 | 23 | 55 | 0 | 22 | 423 | 62 | 77 |
| Binary | 10101001 | 1110011 | 11010000 | 10011 | 101101 | 0 | 10010 | 100010011 | 110010 | 111111 |
Color Harmonies of #A973D0
Complementary color
Monochromatic Colors of #A973D0
Black with #A973D0
Text Example
Text Example
White with #A973D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973D0; }
p { color: rgb(169,115,208); }
H1.HeaderClassName
{
color: #A973D0;
}
.AnyTagClassName
{
color: #A973D0;
}
</style>
background-color css
<style>
a { background-color: #A973D0; }
a { background-color: rgb(169,115,208); }
div.DivClassName
{
background-color: #A973D0;
}
.BgClassName
{
background-color: #A973D0;
}
</style>
border-color css
<style>
span { border-color: #A973D0; }
span { border-color: rgb(169,115,208); }
td.TdClassName
{
border-color: #A973D0;
}
.TagClassName
{
border-color: #A973D0;
}
</style>