Shades of Amethyst #AB73D6
Tints of Amethyst #AB73D6
RGB
CMYK
RGB Variations
Color information
#AB73D6 (or 0xAB73D6) is known color: Amethyst. HEX triplet: AB, 73 and D6. RGB value is (171,115,214). Sum of RGB (Red+Green+Blue) = 171+115+214=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB73D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73D6 is #548C29. Grayscale: #8E8E8E. Windows color (decimal): -5540906 or 14054315. OLE color: 14054315.
HSL color Cylindrical-coordinate representation of color #AB73D6: hue angle of 273.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB73D6 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 115 | 214 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.16 |
| HSL | 273.94º | 0.55% | 0.65% | - |
| HSV(B) | 273.94º | 0.46% | 0.84% | - |
| XYZ | 35.06 | 25.77 | 66.75 | - |
| YUV | 143.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 214 | 0.20 | 0.46 | 0 | 0.16 | 273.94 | 0.55 | 0.65 |
| Hex | AB | 73 | D6 | 14 | 2E | 0 | 10 | 112 | 37 | 41 |
| Octal | 253 | 163 | 326 | 24 | 56 | 0 | 20 | 422 | 67 | 101 |
| Binary | 10101011 | 1110011 | 11010110 | 10100 | 101110 | 0 | 10000 | 100010010 | 110111 | 1000001 |
Color Harmonies of #AB73D6
Complementary color
Monochromatic Colors of #AB73D6
Black with #AB73D6
Text Example
Text Example
White with #AB73D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73D6; }
p { color: rgb(171,115,214); }
H1.HeaderClassName
{
color: #AB73D6;
}
.AnyTagClassName
{
color: #AB73D6;
}
</style>
background-color css
<style>
a { background-color: #AB73D6; }
a { background-color: rgb(171,115,214); }
div.DivClassName
{
background-color: #AB73D6;
}
.BgClassName
{
background-color: #AB73D6;
}
</style>
border-color css
<style>
span { border-color: #AB73D6; }
span { border-color: rgb(171,115,214); }
td.TdClassName
{
border-color: #AB73D6;
}
.TagClassName
{
border-color: #AB73D6;
}
</style>