Shades of Amethyst #AB6ECF
Tints of Amethyst #AB6ECF
RGB
CMYK
RGB Variations
Color information
#AB6ECF (or 0xAB6ECF) is known color: Amethyst. HEX triplet: AB, 6E and CF. RGB value is (171,110,207). Sum of RGB (Red+Green+Blue) = 171+110+207=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ECF is #549130. Grayscale: #8A8A8A. Windows color (decimal): -5542193 or 13594283. OLE color: 13594283.
HSL color Cylindrical-coordinate representation of color #AB6ECF: hue angle of 277.73º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB6ECF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 110 | 207 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.19 |
| HSL | 277.73º | 0.5% | 0.62% | - |
| HSV(B) | 277.73º | 0.47% | 0.81% | - |
| XYZ | 33.63 | 24.31 | 61.95 | - |
| YUV | 139.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 207 | 0.17 | 0.47 | 0 | 0.19 | 277.73 | 0.5 | 0.62 |
| Hex | AB | 6E | CF | 11 | 2F | 0 | 13 | 116 | 32 | 3E |
| Octal | 253 | 156 | 317 | 21 | 57 | 0 | 23 | 426 | 62 | 76 |
| Binary | 10101011 | 1101110 | 11001111 | 10001 | 101111 | 0 | 10011 | 100010110 | 110010 | 111110 |
Color Harmonies of #AB6ECF
Complementary color
Monochromatic Colors of #AB6ECF
Black with #AB6ECF
Text Example
Text Example
White with #AB6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6ECF; }
p { color: rgb(171,110,207); }
H1.HeaderClassName
{
color: #AB6ECF;
}
.AnyTagClassName
{
color: #AB6ECF;
}
</style>
background-color css
<style>
a { background-color: #AB6ECF; }
a { background-color: rgb(171,110,207); }
div.DivClassName
{
background-color: #AB6ECF;
}
.BgClassName
{
background-color: #AB6ECF;
}
</style>
border-color css
<style>
span { border-color: #AB6ECF; }
span { border-color: rgb(171,110,207); }
td.TdClassName
{
border-color: #AB6ECF;
}
.TagClassName
{
border-color: #AB6ECF;
}
</style>