Shades of Amethyst #AB70D0
Tints of Amethyst #AB70D0
RGB
CMYK
RGB Variations
Color information
#AB70D0 (or 0xAB70D0) is known color: Amethyst. HEX triplet: AB, 70 and D0. RGB value is (171,112,208). Sum of RGB (Red+Green+Blue) = 171+112+208=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB70D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70D0 is #548F2F. Grayscale: #8C8C8C. Windows color (decimal): -5541680 or 13660331. OLE color: 13660331.
HSL color Cylindrical-coordinate representation of color #AB70D0: hue angle of 276.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB70D0 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 112 | 208 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.18 |
| HSL | 276.88º | 0.51% | 0.63% | - |
| HSV(B) | 276.88º | 0.46% | 0.82% | - |
| XYZ | 33.97 | 24.8 | 62.67 | - |
| YUV | 140.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 208 | 0.18 | 0.46 | 0 | 0.18 | 276.88 | 0.51 | 0.63 |
| Hex | AB | 70 | D0 | 12 | 2E | 0 | 12 | 115 | 33 | 3F |
| Octal | 253 | 160 | 320 | 22 | 56 | 0 | 22 | 425 | 63 | 77 |
| Binary | 10101011 | 1110000 | 11010000 | 10010 | 101110 | 0 | 10010 | 100010101 | 110011 | 111111 |
Color Harmonies of #AB70D0
Complementary color
Monochromatic Colors of #AB70D0
Black with #AB70D0
Text Example
Text Example
White with #AB70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70D0; }
p { color: rgb(171,112,208); }
H1.HeaderClassName
{
color: #AB70D0;
}
.AnyTagClassName
{
color: #AB70D0;
}
</style>
background-color css
<style>
a { background-color: #AB70D0; }
a { background-color: rgb(171,112,208); }
div.DivClassName
{
background-color: #AB70D0;
}
.BgClassName
{
background-color: #AB70D0;
}
</style>
border-color css
<style>
span { border-color: #AB70D0; }
span { border-color: rgb(171,112,208); }
td.TdClassName
{
border-color: #AB70D0;
}
.TagClassName
{
border-color: #AB70D0;
}
</style>