Shades of Amethyst #A873D7
Tints of Amethyst #A873D7
RGB
CMYK
RGB Variations
Color information
#A873D7 (or 0xA873D7) is known color: Amethyst. HEX triplet: A8, 73 and D7. RGB value is (168,115,215). Sum of RGB (Red+Green+Blue) = 168+115+215=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #A873D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873D7 is #578C28. Grayscale: #8D8D8D. Windows color (decimal): -5737513 or 14119848. OLE color: 14119848.
HSL color Cylindrical-coordinate representation of color #A873D7: hue angle of 271.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A873D7 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 115 | 215 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.16 |
| HSL | 271.8º | 0.56% | 0.65% | - |
| HSV(B) | 271.8º | 0.47% | 0.84% | - |
| XYZ | 34.54 | 25.49 | 67.39 | - |
| YUV | 142.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 215 | 0.22 | 0.47 | 0 | 0.16 | 271.8 | 0.56 | 0.65 |
| Hex | A8 | 73 | D7 | 16 | 2F | 0 | 10 | 110 | 38 | 41 |
| Octal | 250 | 163 | 327 | 26 | 57 | 0 | 20 | 420 | 70 | 101 |
| Binary | 10101000 | 1110011 | 11010111 | 10110 | 101111 | 0 | 10000 | 100010000 | 111000 | 1000001 |
Color Harmonies of #A873D7
Complementary color
Monochromatic Colors of #A873D7
Black with #A873D7
Text Example
Text Example
White with #A873D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873D7; }
p { color: rgb(168,115,215); }
H1.HeaderClassName
{
color: #A873D7;
}
.AnyTagClassName
{
color: #A873D7;
}
</style>
background-color css
<style>
a { background-color: #A873D7; }
a { background-color: rgb(168,115,215); }
div.DivClassName
{
background-color: #A873D7;
}
.BgClassName
{
background-color: #A873D7;
}
</style>
border-color css
<style>
span { border-color: #A873D7; }
span { border-color: rgb(168,115,215); }
td.TdClassName
{
border-color: #A873D7;
}
.TagClassName
{
border-color: #A873D7;
}
</style>