Shades of Amethyst #AB70C9
Tints of Amethyst #AB70C9
RGB
CMYK
RGB Variations
Color information
#AB70C9 (or 0xAB70C9) is known color: Amethyst. HEX triplet: AB, 70 and C9. RGB value is (171,112,201). Sum of RGB (Red+Green+Blue) = 171+112+201=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB70C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70C9 is #548F36. Grayscale: #8B8B8B. Windows color (decimal): -5541687 or 13201579. OLE color: 13201579.
HSL color Cylindrical-coordinate representation of color #AB70C9: hue angle of 279.78º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB70C9 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 112 | 201 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.21 |
| HSL | 279.78º | 0.45% | 0.61% | - |
| HSV(B) | 279.78º | 0.44% | 0.79% | - |
| XYZ | 33.13 | 24.46 | 58.23 | - |
| YUV | 139.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 201 | 0.15 | 0.44 | 0 | 0.21 | 279.78 | 0.45 | 0.61 |
| Hex | AB | 70 | C9 | F | 2C | 0 | 15 | 118 | 2D | 3D |
| Octal | 253 | 160 | 311 | 17 | 54 | 0 | 25 | 430 | 55 | 75 |
| Binary | 10101011 | 1110000 | 11001001 | 1111 | 101100 | 0 | 10101 | 100011000 | 101101 | 111101 |
Color Harmonies of #AB70C9
Complementary color
Monochromatic Colors of #AB70C9
Black with #AB70C9
Text Example
Text Example
White with #AB70C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70C9; }
p { color: rgb(171,112,201); }
H1.HeaderClassName
{
color: #AB70C9;
}
.AnyTagClassName
{
color: #AB70C9;
}
</style>
background-color css
<style>
a { background-color: #AB70C9; }
a { background-color: rgb(171,112,201); }
div.DivClassName
{
background-color: #AB70C9;
}
.BgClassName
{
background-color: #AB70C9;
}
</style>
border-color css
<style>
span { border-color: #AB70C9; }
span { border-color: rgb(171,112,201); }
td.TdClassName
{
border-color: #AB70C9;
}
.TagClassName
{
border-color: #AB70C9;
}
</style>