Shades of Amethyst #A973D4
Tints of Amethyst #A973D4
RGB
CMYK
RGB Variations
Color information
#A973D4 (or 0xA973D4) is known color: Amethyst. HEX triplet: A9, 73 and D4. RGB value is (169,115,212). Sum of RGB (Red+Green+Blue) = 169+115+212=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 212 - color contains mainly: blue. Hex color #A973D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973D4 is #568C2B. Grayscale: #8D8D8D. Windows color (decimal): -5671980 or 13923241. OLE color: 13923241.
HSL color Cylindrical-coordinate representation of color #A973D4: hue angle of 273.4º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A973D4 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 115 | 212 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.17 |
| HSL | 273.4º | 0.53% | 0.64% | - |
| HSV(B) | 273.4º | 0.46% | 0.83% | - |
| XYZ | 34.38 | 25.45 | 65.39 | - |
| YUV | 142.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 212 | 0.20 | 0.46 | 0 | 0.17 | 273.4 | 0.53 | 0.64 |
| Hex | A9 | 73 | D4 | 14 | 2E | 0 | 11 | 111 | 35 | 40 |
| Octal | 251 | 163 | 324 | 24 | 56 | 0 | 21 | 421 | 65 | 100 |
| Binary | 10101001 | 1110011 | 11010100 | 10100 | 101110 | 0 | 10001 | 100010001 | 110101 | 1000000 |
Color Harmonies of #A973D4
Complementary color
Monochromatic Colors of #A973D4
Black with #A973D4
Text Example
Text Example
White with #A973D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973D4; }
p { color: rgb(169,115,212); }
H1.HeaderClassName
{
color: #A973D4;
}
.AnyTagClassName
{
color: #A973D4;
}
</style>
background-color css
<style>
a { background-color: #A973D4; }
a { background-color: rgb(169,115,212); }
div.DivClassName
{
background-color: #A973D4;
}
.BgClassName
{
background-color: #A973D4;
}
</style>
border-color css
<style>
span { border-color: #A973D4; }
span { border-color: rgb(169,115,212); }
td.TdClassName
{
border-color: #A973D4;
}
.TagClassName
{
border-color: #A973D4;
}
</style>