Shades of Amethyst #A973CE
Tints of Amethyst #A973CE
RGB
CMYK
RGB Variations
Color information
#A973CE (or 0xA973CE) is known color: Amethyst. HEX triplet: A9, 73 and CE. RGB value is (169,115,206). Sum of RGB (Red+Green+Blue) = 169+115+206=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #A973CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973CE is #568C31. Grayscale: #8D8D8D. Windows color (decimal): -5671986 or 13530025. OLE color: 13530025.
HSL color Cylindrical-coordinate representation of color #A973CE: hue angle of 275.6º degrees, saturation: 0.48, 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 #A973CE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 115 | 206 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.19 |
| HSL | 275.6º | 0.48% | 0.63% | - |
| HSV(B) | 275.6º | 0.44% | 0.81% | - |
| XYZ | 33.63 | 25.15 | 61.47 | - |
| YUV | 141.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 206 | 0.18 | 0.44 | 0 | 0.19 | 275.6 | 0.48 | 0.63 |
| Hex | A9 | 73 | CE | 12 | 2C | 0 | 13 | 114 | 30 | 3F |
| Octal | 251 | 163 | 316 | 22 | 54 | 0 | 23 | 424 | 60 | 77 |
| Binary | 10101001 | 1110011 | 11001110 | 10010 | 101100 | 0 | 10011 | 100010100 | 110000 | 111111 |
Color Harmonies of #A973CE
Complementary color
Monochromatic Colors of #A973CE
Black with #A973CE
Text Example
Text Example
White with #A973CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973CE; }
p { color: rgb(169,115,206); }
H1.HeaderClassName
{
color: #A973CE;
}
.AnyTagClassName
{
color: #A973CE;
}
</style>
background-color css
<style>
a { background-color: #A973CE; }
a { background-color: rgb(169,115,206); }
div.DivClassName
{
background-color: #A973CE;
}
.BgClassName
{
background-color: #A973CE;
}
</style>
border-color css
<style>
span { border-color: #A973CE; }
span { border-color: rgb(169,115,206); }
td.TdClassName
{
border-color: #A973CE;
}
.TagClassName
{
border-color: #A973CE;
}
</style>