Shades of Amethyst #AB70DA
Tints of Amethyst #AB70DA
RGB
CMYK
RGB Variations
Color information
#AB70DA (or 0xAB70DA) is known color: Amethyst. HEX triplet: AB, 70 and DA. RGB value is (171,112,218). Sum of RGB (Red+Green+Blue) = 171+112+218=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB70DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70DA is #548F25. Grayscale: #8D8D8D. Windows color (decimal): -5541670 or 14315691. OLE color: 14315691.
HSL color Cylindrical-coordinate representation of color #AB70DA: hue angle of 273.4º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB70DA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 112 | 218 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.15 |
| HSL | 273.4º | 0.59% | 0.65% | - |
| HSV(B) | 273.4º | 0.49% | 0.85% | - |
| XYZ | 35.24 | 25.31 | 69.36 | - |
| YUV | 141.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 218 | 0.22 | 0.49 | 0 | 0.15 | 273.4 | 0.59 | 0.65 |
| Hex | AB | 70 | DA | 16 | 31 | 0 | F | 111 | 3B | 41 |
| Octal | 253 | 160 | 332 | 26 | 61 | 0 | 17 | 421 | 73 | 101 |
| Binary | 10101011 | 1110000 | 11011010 | 10110 | 110001 | 0 | 1111 | 100010001 | 111011 | 1000001 |
Color Harmonies of #AB70DA
Complementary color
Monochromatic Colors of #AB70DA
Black with #AB70DA
Text Example
Text Example
White with #AB70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70DA; }
p { color: rgb(171,112,218); }
H1.HeaderClassName
{
color: #AB70DA;
}
.AnyTagClassName
{
color: #AB70DA;
}
</style>
background-color css
<style>
a { background-color: #AB70DA; }
a { background-color: rgb(171,112,218); }
div.DivClassName
{
background-color: #AB70DA;
}
.BgClassName
{
background-color: #AB70DA;
}
</style>
border-color css
<style>
span { border-color: #AB70DA; }
span { border-color: rgb(171,112,218); }
td.TdClassName
{
border-color: #AB70DA;
}
.TagClassName
{
border-color: #AB70DA;
}
</style>