Shades of Amethyst #A873D9
Tints of Amethyst #A873D9
RGB
CMYK
RGB Variations
Color information
#A873D9 (or 0xA873D9) is known color: Amethyst. HEX triplet: A8, 73 and D9. RGB value is (168,115,217). Sum of RGB (Red+Green+Blue) = 168+115+217=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #A873D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873D9 is #578C26. Grayscale: #8E8E8E. Windows color (decimal): -5737511 or 14250920. OLE color: 14250920.
HSL color Cylindrical-coordinate representation of color #A873D9: hue angle of 271.18º 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 #A873D9 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 115 | 217 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.15 |
| HSL | 271.18º | 0.57% | 0.65% | - |
| HSV(B) | 271.18º | 0.47% | 0.85% | - |
| XYZ | 34.8 | 25.6 | 68.75 | - |
| YUV | 142.48 | 170.06 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 217 | 0.23 | 0.47 | 0 | 0.15 | 271.18 | 0.57 | 0.65 |
| Hex | A8 | 73 | D9 | 17 | 2F | 0 | F | 10F | 39 | 41 |
| Octal | 250 | 163 | 331 | 27 | 57 | 0 | 17 | 417 | 71 | 101 |
| Binary | 10101000 | 1110011 | 11011001 | 10111 | 101111 | 0 | 1111 | 100001111 | 111001 | 1000001 |
Color Harmonies of #A873D9
Complementary color
Monochromatic Colors of #A873D9
Black with #A873D9
Text Example
Text Example
White with #A873D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873D9; }
p { color: rgb(168,115,217); }
H1.HeaderClassName
{
color: #A873D9;
}
.AnyTagClassName
{
color: #A873D9;
}
</style>
background-color css
<style>
a { background-color: #A873D9; }
a { background-color: rgb(168,115,217); }
div.DivClassName
{
background-color: #A873D9;
}
.BgClassName
{
background-color: #A873D9;
}
</style>
border-color css
<style>
span { border-color: #A873D9; }
span { border-color: rgb(168,115,217); }
td.TdClassName
{
border-color: #A873D9;
}
.TagClassName
{
border-color: #A873D9;
}
</style>