Shades of Amethyst #AB6EC4
Tints of Amethyst #AB6EC4
RGB
CMYK
RGB Variations
Color information
#AB6EC4 (or 0xAB6EC4) is known color: Amethyst. HEX triplet: AB, 6E and C4. RGB value is (171,110,196). Sum of RGB (Red+Green+Blue) = 171+110+196=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB6EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EC4 is #54913B. Grayscale: #898989. Windows color (decimal): -5542204 or 12873387. OLE color: 12873387.
HSL color Cylindrical-coordinate representation of color #AB6EC4: hue angle of 282.56º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6EC4 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 110 | 196 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.23 |
| HSL | 282.56º | 0.42% | 0.6% | - |
| HSV(B) | 282.56º | 0.44% | 0.77% | - |
| XYZ | 32.33 | 23.8 | 55.11 | - |
| YUV | 138.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 196 | 0.13 | 0.44 | 0 | 0.23 | 282.56 | 0.42 | 0.6 |
| Hex | AB | 6E | C4 | D | 2C | 0 | 17 | 11B | 2A | 3C |
| Octal | 253 | 156 | 304 | 15 | 54 | 0 | 27 | 433 | 52 | 74 |
| Binary | 10101011 | 1101110 | 11000100 | 1101 | 101100 | 0 | 10111 | 100011011 | 101010 | 111100 |
Color Harmonies of #AB6EC4
Complementary color
Monochromatic Colors of #AB6EC4
Black with #AB6EC4
Text Example
Text Example
White with #AB6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EC4; }
p { color: rgb(171,110,196); }
H1.HeaderClassName
{
color: #AB6EC4;
}
.AnyTagClassName
{
color: #AB6EC4;
}
</style>
background-color css
<style>
a { background-color: #AB6EC4; }
a { background-color: rgb(171,110,196); }
div.DivClassName
{
background-color: #AB6EC4;
}
.BgClassName
{
background-color: #AB6EC4;
}
</style>
border-color css
<style>
span { border-color: #AB6EC4; }
span { border-color: rgb(171,110,196); }
td.TdClassName
{
border-color: #AB6EC4;
}
.TagClassName
{
border-color: #AB6EC4;
}
</style>