Shades of Amethyst #A873DA
Tints of Amethyst #A873DA
RGB
CMYK
RGB Variations
Color information
#A873DA (or 0xA873DA) is known color: Amethyst. HEX triplet: A8, 73 and DA. RGB value is (168,115,218). Sum of RGB (Red+Green+Blue) = 168+115+218=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #A873DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873DA is #578C25. Grayscale: #8E8E8E. Windows color (decimal): -5737510 or 14316456. OLE color: 14316456.
HSL color Cylindrical-coordinate representation of color #A873DA: hue angle of 270.87º degrees, saturation: 0.58, 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 #A873DA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 115 | 218 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.15 |
| HSL | 270.87º | 0.58% | 0.65% | - |
| HSV(B) | 270.87º | 0.47% | 0.85% | - |
| XYZ | 34.93 | 25.65 | 69.44 | - |
| YUV | 142.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 218 | 0.23 | 0.47 | 0 | 0.15 | 270.87 | 0.58 | 0.65 |
| Hex | A8 | 73 | DA | 17 | 2F | 0 | F | 10F | 3A | 41 |
| Octal | 250 | 163 | 332 | 27 | 57 | 0 | 17 | 417 | 72 | 101 |
| Binary | 10101000 | 1110011 | 11011010 | 10111 | 101111 | 0 | 1111 | 100001111 | 111010 | 1000001 |
Color Harmonies of #A873DA
Complementary color
Monochromatic Colors of #A873DA
Black with #A873DA
Text Example
Text Example
White with #A873DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873DA; }
p { color: rgb(168,115,218); }
H1.HeaderClassName
{
color: #A873DA;
}
.AnyTagClassName
{
color: #A873DA;
}
</style>
background-color css
<style>
a { background-color: #A873DA; }
a { background-color: rgb(168,115,218); }
div.DivClassName
{
background-color: #A873DA;
}
.BgClassName
{
background-color: #A873DA;
}
</style>
border-color css
<style>
span { border-color: #A873DA; }
span { border-color: rgb(168,115,218); }
td.TdClassName
{
border-color: #A873DA;
}
.TagClassName
{
border-color: #A873DA;
}
</style>