Shades of Amethyst #AB7AD8
Tints of Amethyst #AB7AD8
RGB
CMYK
RGB Variations
Color information
#AB7AD8 (or 0xAB7AD8) is known color: Amethyst. HEX triplet: AB, 7A and D8. RGB value is (171,122,216). Sum of RGB (Red+Green+Blue) = 171+122+216=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AD8 is #548527. Grayscale: #939393. Windows color (decimal): -5539112 or 14187179. OLE color: 14187179.
HSL color Cylindrical-coordinate representation of color #AB7AD8: hue angle of 271.28º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7AD8 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 122 | 216 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.15 |
| HSL | 271.28º | 0.55% | 0.66% | - |
| HSV(B) | 271.28º | 0.44% | 0.85% | - |
| XYZ | 36.15 | 27.53 | 68.38 | - |
| YUV | 147.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 216 | 0.21 | 0.44 | 0 | 0.15 | 271.28 | 0.55 | 0.66 |
| Hex | AB | 7A | D8 | 15 | 2C | 0 | F | 10F | 37 | 42 |
| Octal | 253 | 172 | 330 | 25 | 54 | 0 | 17 | 417 | 67 | 102 |
| Binary | 10101011 | 1111010 | 11011000 | 10101 | 101100 | 0 | 1111 | 100001111 | 110111 | 1000010 |
Color Harmonies of #AB7AD8
Complementary color
Monochromatic Colors of #AB7AD8
Black with #AB7AD8
Text Example
Text Example
White with #AB7AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AD8; }
p { color: rgb(171,122,216); }
H1.HeaderClassName
{
color: #AB7AD8;
}
.AnyTagClassName
{
color: #AB7AD8;
}
</style>
background-color css
<style>
a { background-color: #AB7AD8; }
a { background-color: rgb(171,122,216); }
div.DivClassName
{
background-color: #AB7AD8;
}
.BgClassName
{
background-color: #AB7AD8;
}
</style>
border-color css
<style>
span { border-color: #AB7AD8; }
span { border-color: rgb(171,122,216); }
td.TdClassName
{
border-color: #AB7AD8;
}
.TagClassName
{
border-color: #AB7AD8;
}
</style>