Shades of Amethyst #A973CF
Tints of Amethyst #A973CF
RGB
CMYK
RGB Variations
Color information
#A973CF (or 0xA973CF) is known color: Amethyst. HEX triplet: A9, 73 and CF. RGB value is (169,115,207). Sum of RGB (Red+Green+Blue) = 169+115+207=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A973CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973CF is #568C30. Grayscale: #8D8D8D. Windows color (decimal): -5671985 or 13595561. OLE color: 13595561.
HSL color Cylindrical-coordinate representation of color #A973CF: hue angle of 275.22º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A973CF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 115 | 207 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.19 |
| HSL | 275.22º | 0.49% | 0.63% | - |
| HSV(B) | 275.22º | 0.44% | 0.81% | - |
| XYZ | 33.76 | 25.2 | 62.12 | - |
| YUV | 141.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 207 | 0.18 | 0.44 | 0 | 0.19 | 275.22 | 0.49 | 0.63 |
| Hex | A9 | 73 | CF | 12 | 2C | 0 | 13 | 113 | 31 | 3F |
| Octal | 251 | 163 | 317 | 22 | 54 | 0 | 23 | 423 | 61 | 77 |
| Binary | 10101001 | 1110011 | 11001111 | 10010 | 101100 | 0 | 10011 | 100010011 | 110001 | 111111 |
Color Harmonies of #A973CF
Complementary color
Monochromatic Colors of #A973CF
Black with #A973CF
Text Example
Text Example
White with #A973CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973CF; }
p { color: rgb(169,115,207); }
H1.HeaderClassName
{
color: #A973CF;
}
.AnyTagClassName
{
color: #A973CF;
}
</style>
background-color css
<style>
a { background-color: #A973CF; }
a { background-color: rgb(169,115,207); }
div.DivClassName
{
background-color: #A973CF;
}
.BgClassName
{
background-color: #A973CF;
}
</style>
border-color css
<style>
span { border-color: #A973CF; }
span { border-color: rgb(169,115,207); }
td.TdClassName
{
border-color: #A973CF;
}
.TagClassName
{
border-color: #A973CF;
}
</style>