Shades of Amethyst #AB6FC2
Tints of Amethyst #AB6FC2
RGB
CMYK
RGB Variations
Color information
#AB6FC2 (or 0xAB6FC2) is known color: Amethyst. HEX triplet: AB, 6F and C2. RGB value is (171,111,194). Sum of RGB (Red+Green+Blue) = 171+111+194=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB6FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FC2 is #54903D. Grayscale: #8A8A8A. Windows color (decimal): -5541950 or 12742571. OLE color: 12742571.
HSL color Cylindrical-coordinate representation of color #AB6FC2: hue angle of 283.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6FC2 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 111 | 194 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.24 |
| HSL | 283.37º | 0.4% | 0.6% | - |
| HSV(B) | 283.37º | 0.43% | 0.76% | - |
| XYZ | 32.22 | 23.92 | 53.96 | - |
| YUV | 138.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 194 | 0.12 | 0.43 | 0 | 0.24 | 283.37 | 0.4 | 0.6 |
| Hex | AB | 6F | C2 | C | 2B | 0 | 18 | 11B | 28 | 3C |
| Octal | 253 | 157 | 302 | 14 | 53 | 0 | 30 | 433 | 50 | 74 |
| Binary | 10101011 | 1101111 | 11000010 | 1100 | 101011 | 0 | 11000 | 100011011 | 101000 | 111100 |
Color Harmonies of #AB6FC2
Complementary color
Monochromatic Colors of #AB6FC2
Black with #AB6FC2
Text Example
Text Example
White with #AB6FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FC2; }
p { color: rgb(171,111,194); }
H1.HeaderClassName
{
color: #AB6FC2;
}
.AnyTagClassName
{
color: #AB6FC2;
}
</style>
background-color css
<style>
a { background-color: #AB6FC2; }
a { background-color: rgb(171,111,194); }
div.DivClassName
{
background-color: #AB6FC2;
}
.BgClassName
{
background-color: #AB6FC2;
}
</style>
border-color css
<style>
span { border-color: #AB6FC2; }
span { border-color: rgb(171,111,194); }
td.TdClassName
{
border-color: #AB6FC2;
}
.TagClassName
{
border-color: #AB6FC2;
}
</style>