Shades of Amethyst #A573D9
Tints of Amethyst #A573D9
RGB
CMYK
RGB Variations
Color information
#A573D9 (or 0xA573D9) is known color: Amethyst. HEX triplet: A5, 73 and D9. RGB value is (165,115,217). Sum of RGB (Red+Green+Blue) = 165+115+217=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #A573D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573D9 is #5A8C26. Grayscale: #8D8D8D. Windows color (decimal): -5934119 or 14250917. OLE color: 14250917.
HSL color Cylindrical-coordinate representation of color #A573D9: hue angle of 269.41º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A573D9 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 115 | 217 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.15 |
| HSL | 269.41º | 0.57% | 0.65% | - |
| HSV(B) | 269.41º | 0.47% | 0.85% | - |
| XYZ | 34.17 | 25.27 | 68.72 | - |
| YUV | 141.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 217 | 0.24 | 0.47 | 0 | 0.15 | 269.41 | 0.57 | 0.65 |
| Hex | A5 | 73 | D9 | 18 | 2F | 0 | F | 10D | 39 | 41 |
| Octal | 245 | 163 | 331 | 30 | 57 | 0 | 17 | 415 | 71 | 101 |
| Binary | 10100101 | 1110011 | 11011001 | 11000 | 101111 | 0 | 1111 | 100001101 | 111001 | 1000001 |
Color Harmonies of #A573D9
Complementary color
Monochromatic Colors of #A573D9
Black with #A573D9
Text Example
Text Example
White with #A573D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573D9; }
p { color: rgb(165,115,217); }
H1.HeaderClassName
{
color: #A573D9;
}
.AnyTagClassName
{
color: #A573D9;
}
</style>
background-color css
<style>
a { background-color: #A573D9; }
a { background-color: rgb(165,115,217); }
div.DivClassName
{
background-color: #A573D9;
}
.BgClassName
{
background-color: #A573D9;
}
</style>
border-color css
<style>
span { border-color: #A573D9; }
span { border-color: rgb(165,115,217); }
td.TdClassName
{
border-color: #A573D9;
}
.TagClassName
{
border-color: #A573D9;
}
</style>