Shades of Amethyst #AB70D5
Tints of Amethyst #AB70D5
RGB
CMYK
RGB Variations
Color information
#AB70D5 (or 0xAB70D5) is known color: Amethyst. HEX triplet: AB, 70 and D5. RGB value is (171,112,213). Sum of RGB (Red+Green+Blue) = 171+112+213=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB70D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70D5 is #548F2A. Grayscale: #8C8C8C. Windows color (decimal): -5541675 or 13988011. OLE color: 13988011.
HSL color Cylindrical-coordinate representation of color #AB70D5: hue angle of 275.05º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB70D5 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 112 | 213 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.16 |
| HSL | 275.05º | 0.55% | 0.64% | - |
| HSV(B) | 275.05º | 0.47% | 0.84% | - |
| XYZ | 34.6 | 25.05 | 65.96 | - |
| YUV | 141.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 213 | 0.20 | 0.47 | 0 | 0.16 | 275.05 | 0.55 | 0.64 |
| Hex | AB | 70 | D5 | 14 | 2F | 0 | 10 | 113 | 37 | 40 |
| Octal | 253 | 160 | 325 | 24 | 57 | 0 | 20 | 423 | 67 | 100 |
| Binary | 10101011 | 1110000 | 11010101 | 10100 | 101111 | 0 | 10000 | 100010011 | 110111 | 1000000 |
Color Harmonies of #AB70D5
Complementary color
Monochromatic Colors of #AB70D5
Black with #AB70D5
Text Example
Text Example
White with #AB70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70D5; }
p { color: rgb(171,112,213); }
H1.HeaderClassName
{
color: #AB70D5;
}
.AnyTagClassName
{
color: #AB70D5;
}
</style>
background-color css
<style>
a { background-color: #AB70D5; }
a { background-color: rgb(171,112,213); }
div.DivClassName
{
background-color: #AB70D5;
}
.BgClassName
{
background-color: #AB70D5;
}
</style>
border-color css
<style>
span { border-color: #AB70D5; }
span { border-color: rgb(171,112,213); }
td.TdClassName
{
border-color: #AB70D5;
}
.TagClassName
{
border-color: #AB70D5;
}
</style>