Shades of Amethyst #AB70DB
Tints of Amethyst #AB70DB
RGB
CMYK
RGB Variations
Color information
#AB70DB (or 0xAB70DB) is known color: Amethyst. HEX triplet: AB, 70 and DB. RGB value is (171,112,219). Sum of RGB (Red+Green+Blue) = 171+112+219=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70DB is #548F24. Grayscale: #8D8D8D. Windows color (decimal): -5541669 or 14381227. OLE color: 14381227.
HSL color Cylindrical-coordinate representation of color #AB70DB: hue angle of 273.08º 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 #AB70DB is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 112 | 219 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.14 |
| HSL | 273.08º | 0.6% | 0.65% | - |
| HSV(B) | 273.08º | 0.49% | 0.86% | - |
| XYZ | 35.37 | 25.36 | 70.05 | - |
| YUV | 141.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 219 | 0.22 | 0.49 | 0 | 0.14 | 273.08 | 0.6 | 0.65 |
| Hex | AB | 70 | DB | 16 | 31 | 0 | E | 111 | 3C | 41 |
| Octal | 253 | 160 | 333 | 26 | 61 | 0 | 16 | 421 | 74 | 101 |
| Binary | 10101011 | 1110000 | 11011011 | 10110 | 110001 | 0 | 1110 | 100010001 | 111100 | 1000001 |
Color Harmonies of #AB70DB
Complementary color
Monochromatic Colors of #AB70DB
Black with #AB70DB
Text Example
Text Example
White with #AB70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70DB; }
p { color: rgb(171,112,219); }
H1.HeaderClassName
{
color: #AB70DB;
}
.AnyTagClassName
{
color: #AB70DB;
}
</style>
background-color css
<style>
a { background-color: #AB70DB; }
a { background-color: rgb(171,112,219); }
div.DivClassName
{
background-color: #AB70DB;
}
.BgClassName
{
background-color: #AB70DB;
}
</style>
border-color css
<style>
span { border-color: #AB70DB; }
span { border-color: rgb(171,112,219); }
td.TdClassName
{
border-color: #AB70DB;
}
.TagClassName
{
border-color: #AB70DB;
}
</style>