Shades of Amethyst #AB6EC8
Tints of Amethyst #AB6EC8
RGB
CMYK
RGB Variations
Color information
#AB6EC8 (or 0xAB6EC8) is known color: Amethyst. HEX triplet: AB, 6E and C8. RGB value is (171,110,200). Sum of RGB (Red+Green+Blue) = 171+110+200=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB6EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EC8 is #549137. Grayscale: #8A8A8A. Windows color (decimal): -5542200 or 13135531. OLE color: 13135531.
HSL color Cylindrical-coordinate representation of color #AB6EC8: hue angle of 280.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB6EC8 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 110 | 200 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.22 |
| HSL | 280.67º | 0.45% | 0.61% | - |
| HSV(B) | 280.67º | 0.45% | 0.78% | - |
| XYZ | 32.8 | 23.98 | 57.54 | - |
| YUV | 138.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 200 | 0.14 | 0.45 | 0 | 0.22 | 280.67 | 0.45 | 0.61 |
| Hex | AB | 6E | C8 | E | 2D | 0 | 16 | 119 | 2D | 3D |
| Octal | 253 | 156 | 310 | 16 | 55 | 0 | 26 | 431 | 55 | 75 |
| Binary | 10101011 | 1101110 | 11001000 | 1110 | 101101 | 0 | 10110 | 100011001 | 101101 | 111101 |
Color Harmonies of #AB6EC8
Complementary color
Monochromatic Colors of #AB6EC8
Black with #AB6EC8
Text Example
Text Example
White with #AB6EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EC8; }
p { color: rgb(171,110,200); }
H1.HeaderClassName
{
color: #AB6EC8;
}
.AnyTagClassName
{
color: #AB6EC8;
}
</style>
background-color css
<style>
a { background-color: #AB6EC8; }
a { background-color: rgb(171,110,200); }
div.DivClassName
{
background-color: #AB6EC8;
}
.BgClassName
{
background-color: #AB6EC8;
}
</style>
border-color css
<style>
span { border-color: #AB6EC8; }
span { border-color: rgb(171,110,200); }
td.TdClassName
{
border-color: #AB6EC8;
}
.TagClassName
{
border-color: #AB6EC8;
}
</style>