Shades of Amethyst #AB6ED9
Tints of Amethyst #AB6ED9
RGB
CMYK
RGB Variations
Color information
#AB6ED9 (or 0xAB6ED9) is known color: Amethyst. HEX triplet: AB, 6E and D9. RGB value is (171,110,217). Sum of RGB (Red+Green+Blue) = 171+110+217=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB6ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ED9 is #549126. Grayscale: #8C8C8C. Windows color (decimal): -5542183 or 14249643. OLE color: 14249643.
HSL color Cylindrical-coordinate representation of color #AB6ED9: hue angle of 274.21º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB6ED9 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 110 | 217 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.15 |
| HSL | 274.21º | 0.58% | 0.64% | - |
| HSV(B) | 274.21º | 0.49% | 0.85% | - |
| XYZ | 34.89 | 24.82 | 68.6 | - |
| YUV | 140.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 217 | 0.21 | 0.49 | 0 | 0.15 | 274.21 | 0.58 | 0.64 |
| Hex | AB | 6E | D9 | 15 | 31 | 0 | F | 112 | 3A | 40 |
| Octal | 253 | 156 | 331 | 25 | 61 | 0 | 17 | 422 | 72 | 100 |
| Binary | 10101011 | 1101110 | 11011001 | 10101 | 110001 | 0 | 1111 | 100010010 | 111010 | 1000000 |
Color Harmonies of #AB6ED9
Complementary color
Monochromatic Colors of #AB6ED9
Black with #AB6ED9
Text Example
Text Example
White with #AB6ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6ED9; }
p { color: rgb(171,110,217); }
H1.HeaderClassName
{
color: #AB6ED9;
}
.AnyTagClassName
{
color: #AB6ED9;
}
</style>
background-color css
<style>
a { background-color: #AB6ED9; }
a { background-color: rgb(171,110,217); }
div.DivClassName
{
background-color: #AB6ED9;
}
.BgClassName
{
background-color: #AB6ED9;
}
</style>
border-color css
<style>
span { border-color: #AB6ED9; }
span { border-color: rgb(171,110,217); }
td.TdClassName
{
border-color: #AB6ED9;
}
.TagClassName
{
border-color: #AB6ED9;
}
</style>