Shades of Amethyst #AB6DDB
Tints of Amethyst #AB6DDB
RGB
CMYK
RGB Variations
Color information
#AB6DDB (or 0xAB6DDB) is known color: Amethyst. HEX triplet: AB, 6D and DB. RGB value is (171,109,219). Sum of RGB (Red+Green+Blue) = 171+109+219=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 109 (42.97% from 255 or 21.84% 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 #AB6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DDB is #549224. Grayscale: #8B8B8B. Windows color (decimal): -5542437 or 14380459. OLE color: 14380459.
HSL color Cylindrical-coordinate representation of color #AB6DDB: hue angle of 273.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6DDB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 109 | 219 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.14 |
| HSL | 273.82º | 0.6% | 0.64% | - |
| HSV(B) | 273.82º | 0.5% | 0.86% | - |
| XYZ | 35.05 | 24.71 | 69.94 | - |
| YUV | 140.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 219 | 0.22 | 0.50 | 0 | 0.14 | 273.82 | 0.6 | 0.64 |
| Hex | AB | 6D | DB | 16 | 32 | 0 | E | 112 | 3C | 40 |
| Octal | 253 | 155 | 333 | 26 | 62 | 0 | 16 | 422 | 74 | 100 |
| Binary | 10101011 | 1101101 | 11011011 | 10110 | 110010 | 0 | 1110 | 100010010 | 111100 | 1000000 |
Color Harmonies of #AB6DDB
Complementary color
Monochromatic Colors of #AB6DDB
Black with #AB6DDB
Text Example
Text Example
White with #AB6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DDB; }
p { color: rgb(171,109,219); }
H1.HeaderClassName
{
color: #AB6DDB;
}
.AnyTagClassName
{
color: #AB6DDB;
}
</style>
background-color css
<style>
a { background-color: #AB6DDB; }
a { background-color: rgb(171,109,219); }
div.DivClassName
{
background-color: #AB6DDB;
}
.BgClassName
{
background-color: #AB6DDB;
}
</style>
border-color css
<style>
span { border-color: #AB6DDB; }
span { border-color: rgb(171,109,219); }
td.TdClassName
{
border-color: #AB6DDB;
}
.TagClassName
{
border-color: #AB6DDB;
}
</style>