Shades of Amethyst #AB6BDA
Tints of Amethyst #AB6BDA
RGB
CMYK
RGB Variations
Color information
#AB6BDA (or 0xAB6BDA) is known color: Amethyst. HEX triplet: AB, 6B and DA. RGB value is (171,107,218). Sum of RGB (Red+Green+Blue) = 171+107+218=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BDA is #549425. Grayscale: #8A8A8A. Windows color (decimal): -5542950 or 14314411. OLE color: 14314411.
HSL color Cylindrical-coordinate representation of color #AB6BDA: hue angle of 274.59º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6BDA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 107 | 218 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.15 |
| HSL | 274.59º | 0.6% | 0.64% | - |
| HSV(B) | 274.59º | 0.51% | 0.85% | - |
| XYZ | 34.71 | 24.24 | 69.18 | - |
| YUV | 138.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 218 | 0.22 | 0.51 | 0 | 0.15 | 274.59 | 0.6 | 0.64 |
| Hex | AB | 6B | DA | 16 | 33 | 0 | F | 113 | 3C | 40 |
| Octal | 253 | 153 | 332 | 26 | 63 | 0 | 17 | 423 | 74 | 100 |
| Binary | 10101011 | 1101011 | 11011010 | 10110 | 110011 | 0 | 1111 | 100010011 | 111100 | 1000000 |
Color Harmonies of #AB6BDA
Complementary color
Monochromatic Colors of #AB6BDA
Black with #AB6BDA
Text Example
Text Example
White with #AB6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BDA; }
p { color: rgb(171,107,218); }
H1.HeaderClassName
{
color: #AB6BDA;
}
.AnyTagClassName
{
color: #AB6BDA;
}
</style>
background-color css
<style>
a { background-color: #AB6BDA; }
a { background-color: rgb(171,107,218); }
div.DivClassName
{
background-color: #AB6BDA;
}
.BgClassName
{
background-color: #AB6BDA;
}
</style>
border-color css
<style>
span { border-color: #AB6BDA; }
span { border-color: rgb(171,107,218); }
td.TdClassName
{
border-color: #AB6BDA;
}
.TagClassName
{
border-color: #AB6BDA;
}
</style>