Shades of Amethyst #A870DB
Tints of Amethyst #A870DB
RGB
CMYK
RGB Variations
Color information
#A870DB (or 0xA870DB) is known color: Amethyst. HEX triplet: A8, 70 and DB. RGB value is (168,112,219). Sum of RGB (Red+Green+Blue) = 168+112+219=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A870DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870DB is #578F24. Grayscale: #8C8C8C. Windows color (decimal): -5738277 or 14381224. OLE color: 14381224.
HSL color Cylindrical-coordinate representation of color #A870DB: hue angle of 271.4º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A870DB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 112 | 219 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.14 |
| HSL | 271.4º | 0.6% | 0.65% | - |
| HSV(B) | 271.4º | 0.49% | 0.86% | - |
| XYZ | 34.73 | 25.03 | 70.02 | - |
| YUV | 140.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 219 | 0.23 | 0.49 | 0 | 0.14 | 271.4 | 0.6 | 0.65 |
| Hex | A8 | 70 | DB | 17 | 31 | 0 | E | 10F | 3C | 41 |
| Octal | 250 | 160 | 333 | 27 | 61 | 0 | 16 | 417 | 74 | 101 |
| Binary | 10101000 | 1110000 | 11011011 | 10111 | 110001 | 0 | 1110 | 100001111 | 111100 | 1000001 |
Color Harmonies of #A870DB
Complementary color
Monochromatic Colors of #A870DB
Black with #A870DB
Text Example
Text Example
White with #A870DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870DB; }
p { color: rgb(168,112,219); }
H1.HeaderClassName
{
color: #A870DB;
}
.AnyTagClassName
{
color: #A870DB;
}
</style>
background-color css
<style>
a { background-color: #A870DB; }
a { background-color: rgb(168,112,219); }
div.DivClassName
{
background-color: #A870DB;
}
.BgClassName
{
background-color: #A870DB;
}
</style>
border-color css
<style>
span { border-color: #A870DB; }
span { border-color: rgb(168,112,219); }
td.TdClassName
{
border-color: #A870DB;
}
.TagClassName
{
border-color: #A870DB;
}
</style>