Shades of Amethyst #AC6EC1
Tints of Amethyst #AC6EC1
RGB
CMYK
RGB Variations
Color information
#AC6EC1 (or 0xAC6EC1) is known color: Amethyst. HEX triplet: AC, 6E and C1. RGB value is (172,110,193). Sum of RGB (Red+Green+Blue) = 172+110+193=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC6EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6EC1 is #53913E. Grayscale: #898989. Windows color (decimal): -5476671 or 12676780. OLE color: 12676780.
HSL color Cylindrical-coordinate representation of color #AC6EC1: hue angle of 284.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6EC1 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 110 | 193 | - |
CMYK | 0.11 | 0.43 | 0 | 0.24 |
HSL | 284.82º | 0.4% | 0.59% | - |
HSV(B) | 284.82º | 0.43% | 0.76% | - |
XYZ | 32.21 | 23.77 | 53.34 | - |
YUV | 138 | 159.04 | 152.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 110 | 193 | 0.11 | 0.43 | 0 | 0.24 | 284.82 | 0.4 | 0.59 |
Hex | AC | 6E | C1 | B | 2B | 0 | 18 | 11D | 28 | 3B |
Octal | 254 | 156 | 301 | 13 | 53 | 0 | 30 | 435 | 50 | 73 |
Binary | 10101100 | 1101110 | 11000001 | 1011 | 101011 | 0 | 11000 | 100011101 | 101000 | 111011 |
Color Harmonies of #AC6EC1
Complementary color
Monochromatic Colors of #AC6EC1
Black with #AC6EC1
Text Example
Text Example
White with #AC6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6EC1; }
p { color: rgb(172,110,193); }
H1.HeaderClassName
{
color: #AC6EC1;
}
.AnyTagClassName
{
color: #AC6EC1;
}
</style>
background-color css
<style>
a { background-color: #AC6EC1; }
a { background-color: rgb(172,110,193); }
div.DivClassName
{
background-color: #AC6EC1;
}
.BgClassName
{
background-color: #AC6EC1;
}
</style>
border-color css
<style>
span { border-color: #AC6EC1; }
span { border-color: rgb(172,110,193); }
td.TdClassName
{
border-color: #AC6EC1;
}
.TagClassName
{
border-color: #AC6EC1;
}
</style>