Shades of Amethyst #AB6BC2
Tints of Amethyst #AB6BC2
RGB
CMYK
RGB Variations
Color information
#AB6BC2 (or 0xAB6BC2) is known color: Amethyst. HEX triplet: AB, 6B and C2. RGB value is (171,107,194). Sum of RGB (Red+Green+Blue) = 171+107+194=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB6BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BC2 is #54943D. Grayscale: #878787. Windows color (decimal): -5542974 or 12741547. OLE color: 12741547.
HSL color Cylindrical-coordinate representation of color #AB6BC2: hue angle of 284.14º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB6BC2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 107 | 194 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.24 |
| HSL | 284.14º | 0.42% | 0.59% | - |
| HSV(B) | 284.14º | 0.45% | 0.76% | - |
| XYZ | 31.79 | 23.07 | 53.82 | - |
| YUV | 136.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 194 | 0.12 | 0.45 | 0 | 0.24 | 284.14 | 0.42 | 0.59 |
| Hex | AB | 6B | C2 | C | 2D | 0 | 18 | 11C | 2A | 3B |
| Octal | 253 | 153 | 302 | 14 | 55 | 0 | 30 | 434 | 52 | 73 |
| Binary | 10101011 | 1101011 | 11000010 | 1100 | 101101 | 0 | 11000 | 100011100 | 101010 | 111011 |
Color Harmonies of #AB6BC2
Complementary color
Monochromatic Colors of #AB6BC2
Black with #AB6BC2
Text Example
Text Example
White with #AB6BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BC2; }
p { color: rgb(171,107,194); }
H1.HeaderClassName
{
color: #AB6BC2;
}
.AnyTagClassName
{
color: #AB6BC2;
}
</style>
background-color css
<style>
a { background-color: #AB6BC2; }
a { background-color: rgb(171,107,194); }
div.DivClassName
{
background-color: #AB6BC2;
}
.BgClassName
{
background-color: #AB6BC2;
}
</style>
border-color css
<style>
span { border-color: #AB6BC2; }
span { border-color: rgb(171,107,194); }
td.TdClassName
{
border-color: #AB6BC2;
}
.TagClassName
{
border-color: #AB6BC2;
}
</style>