Shades of Amethyst #AB6BDB
Tints of Amethyst #AB6BDB
RGB
CMYK
RGB Variations
Color information
#AB6BDB (or 0xAB6BDB) is known color: Amethyst. HEX triplet: AB, 6B and DB. RGB value is (171,107,219). Sum of RGB (Red+Green+Blue) = 171+107+219=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BDB is #549424. Grayscale: #8A8A8A. Windows color (decimal): -5542949 or 14379947. OLE color: 14379947.
HSL color Cylindrical-coordinate representation of color #AB6BDB: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6BDB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 107 | 219 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.14 |
| HSL | 274.29º | 0.61% | 0.64% | - |
| HSV(B) | 274.29º | 0.51% | 0.86% | - |
| XYZ | 34.84 | 24.29 | 69.87 | - |
| YUV | 138.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 219 | 0.22 | 0.51 | 0 | 0.14 | 274.29 | 0.61 | 0.64 |
| Hex | AB | 6B | DB | 16 | 33 | 0 | E | 112 | 3D | 40 |
| Octal | 253 | 153 | 333 | 26 | 63 | 0 | 16 | 422 | 75 | 100 |
| Binary | 10101011 | 1101011 | 11011011 | 10110 | 110011 | 0 | 1110 | 100010010 | 111101 | 1000000 |
Color Harmonies of #AB6BDB
Complementary color
Monochromatic Colors of #AB6BDB
Black with #AB6BDB
Text Example
Text Example
White with #AB6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BDB; }
p { color: rgb(171,107,219); }
H1.HeaderClassName
{
color: #AB6BDB;
}
.AnyTagClassName
{
color: #AB6BDB;
}
</style>
background-color css
<style>
a { background-color: #AB6BDB; }
a { background-color: rgb(171,107,219); }
div.DivClassName
{
background-color: #AB6BDB;
}
.BgClassName
{
background-color: #AB6BDB;
}
</style>
border-color css
<style>
span { border-color: #AB6BDB; }
span { border-color: rgb(171,107,219); }
td.TdClassName
{
border-color: #AB6BDB;
}
.TagClassName
{
border-color: #AB6BDB;
}
</style>