Shades of Amethyst #AB76D9
Tints of Amethyst #AB76D9
RGB
CMYK
RGB Variations
Color information
#AB76D9 (or 0xAB76D9) is known color: Amethyst. HEX triplet: AB, 76 and D9. RGB value is (171,118,217). Sum of RGB (Red+Green+Blue) = 171+118+217=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB76D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76D9 is #548926. Grayscale: #909090. Windows color (decimal): -5540135 or 14251691. OLE color: 14251691.
HSL color Cylindrical-coordinate representation of color #AB76D9: hue angle of 272.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB76D9 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 118 | 217 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.15 |
| HSL | 272.12º | 0.57% | 0.66% | - |
| HSV(B) | 272.12º | 0.46% | 0.85% | - |
| XYZ | 35.8 | 26.62 | 68.9 | - |
| YUV | 145.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 217 | 0.21 | 0.46 | 0 | 0.15 | 272.12 | 0.57 | 0.66 |
| Hex | AB | 76 | D9 | 15 | 2E | 0 | F | 110 | 39 | 42 |
| Octal | 253 | 166 | 331 | 25 | 56 | 0 | 17 | 420 | 71 | 102 |
| Binary | 10101011 | 1110110 | 11011001 | 10101 | 101110 | 0 | 1111 | 100010000 | 111001 | 1000010 |
Color Harmonies of #AB76D9
Complementary color
Monochromatic Colors of #AB76D9
Black with #AB76D9
Text Example
Text Example
White with #AB76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76D9; }
p { color: rgb(171,118,217); }
H1.HeaderClassName
{
color: #AB76D9;
}
.AnyTagClassName
{
color: #AB76D9;
}
</style>
background-color css
<style>
a { background-color: #AB76D9; }
a { background-color: rgb(171,118,217); }
div.DivClassName
{
background-color: #AB76D9;
}
.BgClassName
{
background-color: #AB76D9;
}
</style>
border-color css
<style>
span { border-color: #AB76D9; }
span { border-color: rgb(171,118,217); }
td.TdClassName
{
border-color: #AB76D9;
}
.TagClassName
{
border-color: #AB76D9;
}
</style>