Shades of Amethyst #AB6EE1
Tints of Amethyst #AB6EE1
RGB
CMYK
RGB Variations
Color information
#AB6EE1 (or 0xAB6EE1) is known color: Amethyst. HEX triplet: AB, 6E and E1. RGB value is (171,110,225). Sum of RGB (Red+Green+Blue) = 171+110+225=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EE1 is #54911E. Grayscale: #8C8C8C. Windows color (decimal): -5542175 or 14773931. OLE color: 14773931.
HSL color Cylindrical-coordinate representation of color #AB6EE1: hue angle of 271.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6EE1 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 110 | 225 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.12 |
| HSL | 271.83º | 0.66% | 0.66% | - |
| HSV(B) | 271.83º | 0.51% | 0.88% | - |
| XYZ | 35.96 | 25.25 | 74.21 | - |
| YUV | 141.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 225 | 0.24 | 0.51 | 0 | 0.12 | 271.83 | 0.66 | 0.66 |
| Hex | AB | 6E | E1 | 18 | 33 | 0 | C | 110 | 42 | 42 |
| Octal | 253 | 156 | 341 | 30 | 63 | 0 | 14 | 420 | 102 | 102 |
| Binary | 10101011 | 1101110 | 11100001 | 11000 | 110011 | 0 | 1100 | 100010000 | 1000010 | 1000010 |
Color Harmonies of #AB6EE1
Complementary color
Monochromatic Colors of #AB6EE1
Black with #AB6EE1
Text Example
Text Example
White with #AB6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EE1; }
p { color: rgb(171,110,225); }
H1.HeaderClassName
{
color: #AB6EE1;
}
.AnyTagClassName
{
color: #AB6EE1;
}
</style>
background-color css
<style>
a { background-color: #AB6EE1; }
a { background-color: rgb(171,110,225); }
div.DivClassName
{
background-color: #AB6EE1;
}
.BgClassName
{
background-color: #AB6EE1;
}
</style>
border-color css
<style>
span { border-color: #AB6EE1; }
span { border-color: rgb(171,110,225); }
td.TdClassName
{
border-color: #AB6EE1;
}
.TagClassName
{
border-color: #AB6EE1;
}
</style>