Shades of Amethyst #AB73D2
Tints of Amethyst #AB73D2
RGB
CMYK
RGB Variations
Color information
#AB73D2 (or 0xAB73D2) is known color: Amethyst. HEX triplet: AB, 73 and D2. RGB value is (171,115,210). Sum of RGB (Red+Green+Blue) = 171+115+210=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB73D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73D2 is #548C2D. Grayscale: #8E8E8E. Windows color (decimal): -5540910 or 13792171. OLE color: 13792171.
HSL color Cylindrical-coordinate representation of color #AB73D2: hue angle of 275.37º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB73D2 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 115 | 210 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.18 |
| HSL | 275.37º | 0.51% | 0.64% | - |
| HSV(B) | 275.37º | 0.45% | 0.82% | - |
| XYZ | 34.56 | 25.57 | 64.09 | - |
| YUV | 142.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 210 | 0.19 | 0.45 | 0 | 0.18 | 275.37 | 0.51 | 0.64 |
| Hex | AB | 73 | D2 | 13 | 2D | 0 | 12 | 113 | 33 | 40 |
| Octal | 253 | 163 | 322 | 23 | 55 | 0 | 22 | 423 | 63 | 100 |
| Binary | 10101011 | 1110011 | 11010010 | 10011 | 101101 | 0 | 10010 | 100010011 | 110011 | 1000000 |
Color Harmonies of #AB73D2
Complementary color
Monochromatic Colors of #AB73D2
Black with #AB73D2
Text Example
Text Example
White with #AB73D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73D2; }
p { color: rgb(171,115,210); }
H1.HeaderClassName
{
color: #AB73D2;
}
.AnyTagClassName
{
color: #AB73D2;
}
</style>
background-color css
<style>
a { background-color: #AB73D2; }
a { background-color: rgb(171,115,210); }
div.DivClassName
{
background-color: #AB73D2;
}
.BgClassName
{
background-color: #AB73D2;
}
</style>
border-color css
<style>
span { border-color: #AB73D2; }
span { border-color: rgb(171,115,210); }
td.TdClassName
{
border-color: #AB73D2;
}
.TagClassName
{
border-color: #AB73D2;
}
</style>