Shades of Amethyst #A973C5
Tints of Amethyst #A973C5
RGB
CMYK
RGB Variations
Color information
#A973C5 (or 0xA973C5) is known color: Amethyst. HEX triplet: A9, 73 and C5. RGB value is (169,115,197). Sum of RGB (Red+Green+Blue) = 169+115+197=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #A973C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973C5 is #568C3A. Grayscale: #8C8C8C. Windows color (decimal): -5671995 or 12940201. OLE color: 12940201.
HSL color Cylindrical-coordinate representation of color #A973C5: hue angle of 279.51º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A973C5 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 115 | 197 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.23 |
| HSL | 279.51º | 0.41% | 0.61% | - |
| HSV(B) | 279.51º | 0.42% | 0.77% | - |
| XYZ | 32.57 | 24.73 | 55.88 | - |
| YUV | 140.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 197 | 0.14 | 0.42 | 0 | 0.23 | 279.51 | 0.41 | 0.61 |
| Hex | A9 | 73 | C5 | E | 2A | 0 | 17 | 118 | 29 | 3D |
| Octal | 251 | 163 | 305 | 16 | 52 | 0 | 27 | 430 | 51 | 75 |
| Binary | 10101001 | 1110011 | 11000101 | 1110 | 101010 | 0 | 10111 | 100011000 | 101001 | 111101 |
Color Harmonies of #A973C5
Complementary color
Monochromatic Colors of #A973C5
Black with #A973C5
Text Example
Text Example
White with #A973C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973C5; }
p { color: rgb(169,115,197); }
H1.HeaderClassName
{
color: #A973C5;
}
.AnyTagClassName
{
color: #A973C5;
}
</style>
background-color css
<style>
a { background-color: #A973C5; }
a { background-color: rgb(169,115,197); }
div.DivClassName
{
background-color: #A973C5;
}
.BgClassName
{
background-color: #A973C5;
}
</style>
border-color css
<style>
span { border-color: #A973C5; }
span { border-color: rgb(169,115,197); }
td.TdClassName
{
border-color: #A973C5;
}
.TagClassName
{
border-color: #A973C5;
}
</style>