Shades of Amethyst #AB6CC1
Tints of Amethyst #AB6CC1
RGB
CMYK
RGB Variations
Color information
#AB6CC1 (or 0xAB6CC1) is known color: Amethyst. HEX triplet: AB, 6C and C1. RGB value is (171,108,193). Sum of RGB (Red+Green+Blue) = 171+108+193=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CC1 is #54933E. Grayscale: #888888. Windows color (decimal): -5542719 or 12676267. OLE color: 12676267.
HSL color Cylindrical-coordinate representation of color #AB6CC1: hue angle of 284.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6CC1 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 108 | 193 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.24 |
| HSL | 284.47º | 0.41% | 0.59% | - |
| HSV(B) | 284.47º | 0.44% | 0.76% | - |
| XYZ | 31.78 | 23.23 | 53.26 | - |
| YUV | 136.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 193 | 0.11 | 0.44 | 0 | 0.24 | 284.47 | 0.41 | 0.59 |
| Hex | AB | 6C | C1 | B | 2C | 0 | 18 | 11C | 29 | 3B |
| Octal | 253 | 154 | 301 | 13 | 54 | 0 | 30 | 434 | 51 | 73 |
| Binary | 10101011 | 1101100 | 11000001 | 1011 | 101100 | 0 | 11000 | 100011100 | 101001 | 111011 |
Color Harmonies of #AB6CC1
Complementary color
Monochromatic Colors of #AB6CC1
Black with #AB6CC1
Text Example
Text Example
White with #AB6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CC1; }
p { color: rgb(171,108,193); }
H1.HeaderClassName
{
color: #AB6CC1;
}
.AnyTagClassName
{
color: #AB6CC1;
}
</style>
background-color css
<style>
a { background-color: #AB6CC1; }
a { background-color: rgb(171,108,193); }
div.DivClassName
{
background-color: #AB6CC1;
}
.BgClassName
{
background-color: #AB6CC1;
}
</style>
border-color css
<style>
span { border-color: #AB6CC1; }
span { border-color: rgb(171,108,193); }
td.TdClassName
{
border-color: #AB6CC1;
}
.TagClassName
{
border-color: #AB6CC1;
}
</style>