Shades of Amethyst #A971DB
Tints of Amethyst #A971DB
RGB
CMYK
RGB Variations
Color information
#A971DB (or 0xA971DB) is known color: Amethyst. HEX triplet: A9, 71 and DB. RGB value is (169,113,219). Sum of RGB (Red+Green+Blue) = 169+113+219=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A971DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971DB is #568E24. Grayscale: #8D8D8D. Windows color (decimal): -5672485 or 14381481. OLE color: 14381481.
HSL color Cylindrical-coordinate representation of color #A971DB: hue angle of 271.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A971DB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 113 | 219 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.14 |
| HSL | 271.7º | 0.6% | 0.65% | - |
| HSV(B) | 271.7º | 0.48% | 0.86% | - |
| XYZ | 35.05 | 25.36 | 70.07 | - |
| YUV | 141.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 219 | 0.23 | 0.48 | 0 | 0.14 | 271.7 | 0.6 | 0.65 |
| Hex | A9 | 71 | DB | 17 | 30 | 0 | E | 110 | 3C | 41 |
| Octal | 251 | 161 | 333 | 27 | 60 | 0 | 16 | 420 | 74 | 101 |
| Binary | 10101001 | 1110001 | 11011011 | 10111 | 110000 | 0 | 1110 | 100010000 | 111100 | 1000001 |
Color Harmonies of #A971DB
Complementary color
Monochromatic Colors of #A971DB
Black with #A971DB
Text Example
Text Example
White with #A971DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A971DB; }
p { color: rgb(169,113,219); }
H1.HeaderClassName
{
color: #A971DB;
}
.AnyTagClassName
{
color: #A971DB;
}
</style>
background-color css
<style>
a { background-color: #A971DB; }
a { background-color: rgb(169,113,219); }
div.DivClassName
{
background-color: #A971DB;
}
.BgClassName
{
background-color: #A971DB;
}
</style>
border-color css
<style>
span { border-color: #A971DB; }
span { border-color: rgb(169,113,219); }
td.TdClassName
{
border-color: #A971DB;
}
.TagClassName
{
border-color: #A971DB;
}
</style>