Shades of Amethyst #A973C6
Tints of Amethyst #A973C6
RGB
CMYK
RGB Variations
Color information
#A973C6 (or 0xA973C6) is known color: Amethyst. HEX triplet: A9, 73 and C6. RGB value is (169,115,198). Sum of RGB (Red+Green+Blue) = 169+115+198=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #A973C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973C6 is #568C39. Grayscale: #8C8C8C. Windows color (decimal): -5671994 or 13005737. OLE color: 13005737.
HSL color Cylindrical-coordinate representation of color #A973C6: hue angle of 279.04º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A973C6 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 115 | 198 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.22 |
| HSL | 279.04º | 0.42% | 0.61% | - |
| HSV(B) | 279.04º | 0.42% | 0.78% | - |
| XYZ | 32.69 | 24.77 | 56.49 | - |
| YUV | 140.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 198 | 0.15 | 0.42 | 0 | 0.22 | 279.04 | 0.42 | 0.61 |
| Hex | A9 | 73 | C6 | F | 2A | 0 | 16 | 117 | 2A | 3D |
| Octal | 251 | 163 | 306 | 17 | 52 | 0 | 26 | 427 | 52 | 75 |
| Binary | 10101001 | 1110011 | 11000110 | 1111 | 101010 | 0 | 10110 | 100010111 | 101010 | 111101 |
Color Harmonies of #A973C6
Complementary color
Monochromatic Colors of #A973C6
Black with #A973C6
Text Example
Text Example
White with #A973C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973C6; }
p { color: rgb(169,115,198); }
H1.HeaderClassName
{
color: #A973C6;
}
.AnyTagClassName
{
color: #A973C6;
}
</style>
background-color css
<style>
a { background-color: #A973C6; }
a { background-color: rgb(169,115,198); }
div.DivClassName
{
background-color: #A973C6;
}
.BgClassName
{
background-color: #A973C6;
}
</style>
border-color css
<style>
span { border-color: #A973C6; }
span { border-color: rgb(169,115,198); }
td.TdClassName
{
border-color: #A973C6;
}
.TagClassName
{
border-color: #A973C6;
}
</style>