Shades of Amethyst #AB6ED2
Tints of Amethyst #AB6ED2
RGB
CMYK
RGB Variations
Color information
#AB6ED2 (or 0xAB6ED2) is known color: Amethyst. HEX triplet: AB, 6E and D2. RGB value is (171,110,210). Sum of RGB (Red+Green+Blue) = 171+110+210=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB6ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ED2 is #54912D. Grayscale: #8B8B8B. Windows color (decimal): -5542190 or 13790891. OLE color: 13790891.
HSL color Cylindrical-coordinate representation of color #AB6ED2: hue angle of 276.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB6ED2 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 110 | 210 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.18 |
| HSL | 276.6º | 0.53% | 0.63% | - |
| HSV(B) | 276.6º | 0.48% | 0.82% | - |
| XYZ | 34 | 24.46 | 63.9 | - |
| YUV | 139.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 210 | 0.19 | 0.48 | 0 | 0.18 | 276.6 | 0.53 | 0.63 |
| Hex | AB | 6E | D2 | 13 | 30 | 0 | 12 | 115 | 35 | 3F |
| Octal | 253 | 156 | 322 | 23 | 60 | 0 | 22 | 425 | 65 | 77 |
| Binary | 10101011 | 1101110 | 11010010 | 10011 | 110000 | 0 | 10010 | 100010101 | 110101 | 111111 |
Color Harmonies of #AB6ED2
Complementary color
Monochromatic Colors of #AB6ED2
Black with #AB6ED2
Text Example
Text Example
White with #AB6ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6ED2; }
p { color: rgb(171,110,210); }
H1.HeaderClassName
{
color: #AB6ED2;
}
.AnyTagClassName
{
color: #AB6ED2;
}
</style>
background-color css
<style>
a { background-color: #AB6ED2; }
a { background-color: rgb(171,110,210); }
div.DivClassName
{
background-color: #AB6ED2;
}
.BgClassName
{
background-color: #AB6ED2;
}
</style>
border-color css
<style>
span { border-color: #AB6ED2; }
span { border-color: rgb(171,110,210); }
td.TdClassName
{
border-color: #AB6ED2;
}
.TagClassName
{
border-color: #AB6ED2;
}
</style>