Shades of Amethyst #AB6DDA
Tints of Amethyst #AB6DDA
RGB
CMYK
RGB Variations
Color information
#AB6DDA (or 0xAB6DDA) is known color: Amethyst. HEX triplet: AB, 6D and DA. RGB value is (171,109,218). Sum of RGB (Red+Green+Blue) = 171+109+218=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB6DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DDA is #549225. Grayscale: #8B8B8B. Windows color (decimal): -5542438 or 14314923. OLE color: 14314923.
HSL color Cylindrical-coordinate representation of color #AB6DDA: hue angle of 274.13º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6DDA is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 109 | 218 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.15 |
| HSL | 274.13º | 0.6% | 0.64% | - |
| HSV(B) | 274.13º | 0.5% | 0.85% | - |
| XYZ | 34.92 | 24.66 | 69.25 | - |
| YUV | 139.96 | 172.04 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 218 | 0.22 | 0.5 | 0 | 0.15 | 274.13 | 0.6 | 0.64 |
| Hex | AB | 6D | DA | 16 | 32 | 0 | F | 112 | 3C | 40 |
| Octal | 253 | 155 | 332 | 26 | 62 | 0 | 17 | 422 | 74 | 100 |
| Binary | 10101011 | 1101101 | 11011010 | 10110 | 110010 | 0 | 1111 | 100010010 | 111100 | 1000000 |
Color Harmonies of #AB6DDA
Complementary color
Monochromatic Colors of #AB6DDA
Black with #AB6DDA
Text Example
Text Example
White with #AB6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DDA; }
p { color: rgb(171,109,218); }
H1.HeaderClassName
{
color: #AB6DDA;
}
.AnyTagClassName
{
color: #AB6DDA;
}
</style>
background-color css
<style>
a { background-color: #AB6DDA; }
a { background-color: rgb(171,109,218); }
div.DivClassName
{
background-color: #AB6DDA;
}
.BgClassName
{
background-color: #AB6DDA;
}
</style>
border-color css
<style>
span { border-color: #AB6DDA; }
span { border-color: rgb(171,109,218); }
td.TdClassName
{
border-color: #AB6DDA;
}
.TagClassName
{
border-color: #AB6DDA;
}
</style>