Shades of Amethyst #A871DB
Tints of Amethyst #A871DB
RGB
CMYK
RGB Variations
Color information
#A871DB (or 0xA871DB) is known color: Amethyst. HEX triplet: A8, 71 and DB. RGB value is (168,113,219). Sum of RGB (Red+Green+Blue) = 168+113+219=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #A871DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871DB is #578E24. Grayscale: #8D8D8D. Windows color (decimal): -5738021 or 14381480. OLE color: 14381480.
HSL color Cylindrical-coordinate representation of color #A871DB: hue angle of 271.13º 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 #A871DB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 113 | 219 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.14 |
| HSL | 271.13º | 0.6% | 0.65% | - |
| HSV(B) | 271.13º | 0.48% | 0.86% | - |
| XYZ | 34.84 | 25.25 | 70.06 | - |
| YUV | 141.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 219 | 0.23 | 0.48 | 0 | 0.14 | 271.13 | 0.6 | 0.65 |
| Hex | A8 | 71 | DB | 17 | 30 | 0 | E | 10F | 3C | 41 |
| Octal | 250 | 161 | 333 | 27 | 60 | 0 | 16 | 417 | 74 | 101 |
| Binary | 10101000 | 1110001 | 11011011 | 10111 | 110000 | 0 | 1110 | 100001111 | 111100 | 1000001 |
Color Harmonies of #A871DB
Complementary color
Monochromatic Colors of #A871DB
Black with #A871DB
Text Example
Text Example
White with #A871DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871DB; }
p { color: rgb(168,113,219); }
H1.HeaderClassName
{
color: #A871DB;
}
.AnyTagClassName
{
color: #A871DB;
}
</style>
background-color css
<style>
a { background-color: #A871DB; }
a { background-color: rgb(168,113,219); }
div.DivClassName
{
background-color: #A871DB;
}
.BgClassName
{
background-color: #A871DB;
}
</style>
border-color css
<style>
span { border-color: #A871DB; }
span { border-color: rgb(168,113,219); }
td.TdClassName
{
border-color: #A871DB;
}
.TagClassName
{
border-color: #A871DB;
}
</style>