Shades of Amethyst #AC6ACE
Tints of Amethyst #AC6ACE
RGB
CMYK
RGB Variations
Color information
#AC6ACE (or 0xAC6ACE) is known color: Amethyst. HEX triplet: AC, 6A and CE. RGB value is (172,106,206). Sum of RGB (Red+Green+Blue) = 172+106+206=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACE is #539531. Grayscale: #888888. Windows color (decimal): -5477682 or 13527724. OLE color: 13527724.
HSL color Cylindrical-coordinate representation of color #AC6ACE: hue angle of 279.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6ACE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 106 | 206 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.19 |
| HSL | 279.6º | 0.51% | 0.61% | - |
| HSV(B) | 279.6º | 0.49% | 0.81% | - |
| XYZ | 33.31 | 23.53 | 61.18 | - |
| YUV | 137.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 206 | 0.17 | 0.49 | 0 | 0.19 | 279.6 | 0.51 | 0.61 |
| Hex | AC | 6A | CE | 11 | 31 | 0 | 13 | 118 | 33 | 3D |
| Octal | 254 | 152 | 316 | 21 | 61 | 0 | 23 | 430 | 63 | 75 |
| Binary | 10101100 | 1101010 | 11001110 | 10001 | 110001 | 0 | 10011 | 100011000 | 110011 | 111101 |
Color Harmonies of #AC6ACE
Complementary color
Monochromatic Colors of #AC6ACE
Black with #AC6ACE
Text Example
Text Example
White with #AC6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6ACE; }
p { color: rgb(172,106,206); }
H1.HeaderClassName
{
color: #AC6ACE;
}
.AnyTagClassName
{
color: #AC6ACE;
}
</style>
background-color css
<style>
a { background-color: #AC6ACE; }
a { background-color: rgb(172,106,206); }
div.DivClassName
{
background-color: #AC6ACE;
}
.BgClassName
{
background-color: #AC6ACE;
}
</style>
border-color css
<style>
span { border-color: #AC6ACE; }
span { border-color: rgb(172,106,206); }
td.TdClassName
{
border-color: #AC6ACE;
}
.TagClassName
{
border-color: #AC6ACE;
}
</style>