Shades of Amethyst #A973DB
Tints of Amethyst #A973DB
RGB
CMYK
RGB Variations
Color information
#A973DB (or 0xA973DB) is known color: Amethyst. HEX triplet: A9, 73 and DB. RGB value is (169,115,219). Sum of RGB (Red+Green+Blue) = 169+115+219=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A973DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973DB is #568C24. Grayscale: #8E8E8E. Windows color (decimal): -5671973 or 14381993. OLE color: 14381993.
HSL color Cylindrical-coordinate representation of color #A973DB: hue angle of 271.15º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A973DB is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 115 | 219 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.14 |
| HSL | 271.15º | 0.59% | 0.65% | - |
| HSV(B) | 271.15º | 0.47% | 0.86% | - |
| XYZ | 35.28 | 25.81 | 70.14 | - |
| YUV | 143 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 219 | 0.23 | 0.47 | 0 | 0.14 | 271.15 | 0.59 | 0.65 |
| Hex | A9 | 73 | DB | 17 | 2F | 0 | E | 10F | 3B | 41 |
| Octal | 251 | 163 | 333 | 27 | 57 | 0 | 16 | 417 | 73 | 101 |
| Binary | 10101001 | 1110011 | 11011011 | 10111 | 101111 | 0 | 1110 | 100001111 | 111011 | 1000001 |
Color Harmonies of #A973DB
Complementary color
Monochromatic Colors of #A973DB
Black with #A973DB
Text Example
Text Example
White with #A973DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973DB; }
p { color: rgb(169,115,219); }
H1.HeaderClassName
{
color: #A973DB;
}
.AnyTagClassName
{
color: #A973DB;
}
</style>
background-color css
<style>
a { background-color: #A973DB; }
a { background-color: rgb(169,115,219); }
div.DivClassName
{
background-color: #A973DB;
}
.BgClassName
{
background-color: #A973DB;
}
</style>
border-color css
<style>
span { border-color: #A973DB; }
span { border-color: rgb(169,115,219); }
td.TdClassName
{
border-color: #A973DB;
}
.TagClassName
{
border-color: #A973DB;
}
</style>