Shades of Amethyst #AC66CC
Tints of Amethyst #AC66CC
RGB
CMYK
RGB Variations
Color information
#AC66CC (or 0xAC66CC) is known color: Amethyst. HEX triplet: AC, 66 and CC. RGB value is (172,102,204). Sum of RGB (Red+Green+Blue) = 172+102+204=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC66CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC66CC is #539933. Grayscale: #868686. Windows color (decimal): -5478708 or 13395628. OLE color: 13395628.
HSL color Cylindrical-coordinate representation of color #AC66CC: hue angle of 281.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC66CC is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 102 | 204 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.2 |
| HSL | 281.18º | 0.5% | 0.6% | - |
| HSV(B) | 281.18º | 0.5% | 0.8% | - |
| XYZ | 32.66 | 22.63 | 59.77 | - |
| YUV | 134.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 204 | 0.16 | 0.5 | 0 | 0.2 | 281.18 | 0.5 | 0.6 |
| Hex | AC | 66 | CC | 10 | 32 | 0 | 14 | 119 | 32 | 3C |
| Octal | 254 | 146 | 314 | 20 | 62 | 0 | 24 | 431 | 62 | 74 |
| Binary | 10101100 | 1100110 | 11001100 | 10000 | 110010 | 0 | 10100 | 100011001 | 110010 | 111100 |
Color Harmonies of #AC66CC
Complementary color
Monochromatic Colors of #AC66CC
Black with #AC66CC
Text Example
Text Example
White with #AC66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC66CC; }
p { color: rgb(172,102,204); }
H1.HeaderClassName
{
color: #AC66CC;
}
.AnyTagClassName
{
color: #AC66CC;
}
</style>
background-color css
<style>
a { background-color: #AC66CC; }
a { background-color: rgb(172,102,204); }
div.DivClassName
{
background-color: #AC66CC;
}
.BgClassName
{
background-color: #AC66CC;
}
</style>
border-color css
<style>
span { border-color: #AC66CC; }
span { border-color: rgb(172,102,204); }
td.TdClassName
{
border-color: #AC66CC;
}
.TagClassName
{
border-color: #AC66CC;
}
</style>