Shades of Amethyst #AB76DB
Tints of Amethyst #AB76DB
RGB
CMYK
RGB Variations
Color information
#AB76DB (or 0xAB76DB) is known color: Amethyst. HEX triplet: AB, 76 and DB. RGB value is (171,118,219). Sum of RGB (Red+Green+Blue) = 171+118+219=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB76DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76DB is #548924. Grayscale: #919191. Windows color (decimal): -5540133 or 14382763. OLE color: 14382763.
HSL color Cylindrical-coordinate representation of color #AB76DB: hue angle of 271.49º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB76DB is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 118 | 219 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.14 |
| HSL | 271.49º | 0.58% | 0.66% | - |
| HSV(B) | 271.49º | 0.46% | 0.86% | - |
| XYZ | 36.06 | 26.73 | 70.28 | - |
| YUV | 145.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 219 | 0.22 | 0.46 | 0 | 0.14 | 271.49 | 0.58 | 0.66 |
| Hex | AB | 76 | DB | 16 | 2E | 0 | E | 10F | 3A | 42 |
| Octal | 253 | 166 | 333 | 26 | 56 | 0 | 16 | 417 | 72 | 102 |
| Binary | 10101011 | 1110110 | 11011011 | 10110 | 101110 | 0 | 1110 | 100001111 | 111010 | 1000010 |
Color Harmonies of #AB76DB
Complementary color
Monochromatic Colors of #AB76DB
Black with #AB76DB
Text Example
Text Example
White with #AB76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76DB; }
p { color: rgb(171,118,219); }
H1.HeaderClassName
{
color: #AB76DB;
}
.AnyTagClassName
{
color: #AB76DB;
}
</style>
background-color css
<style>
a { background-color: #AB76DB; }
a { background-color: rgb(171,118,219); }
div.DivClassName
{
background-color: #AB76DB;
}
.BgClassName
{
background-color: #AB76DB;
}
</style>
border-color css
<style>
span { border-color: #AB76DB; }
span { border-color: rgb(171,118,219); }
td.TdClassName
{
border-color: #AB76DB;
}
.TagClassName
{
border-color: #AB76DB;
}
</style>