Shades of Amethyst #AC6CCC
Tints of Amethyst #AC6CCC
RGB
CMYK
RGB Variations
Color information
#AC6CCC (or 0xAC6CCC) is known color: Amethyst. HEX triplet: AC, 6C and CC. RGB value is (172,108,204). Sum of RGB (Red+Green+Blue) = 172+108+204=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CCC is #539333. Grayscale: #898989. Windows color (decimal): -5477172 or 13397164. OLE color: 13397164.
HSL color Cylindrical-coordinate representation of color #AC6CCC: hue angle of 280º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC6CCC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 108 | 204 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.2 |
| HSL | 280º | 0.48% | 0.61% | - |
| HSV(B) | 280º | 0.47% | 0.8% | - |
| XYZ | 33.27 | 23.86 | 59.98 | - |
| YUV | 138.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 204 | 0.16 | 0.47 | 0 | 0.2 | 280 | 0.48 | 0.61 |
| Hex | AC | 6C | CC | 10 | 2F | 0 | 14 | 118 | 30 | 3D |
| Octal | 254 | 154 | 314 | 20 | 57 | 0 | 24 | 430 | 60 | 75 |
| Binary | 10101100 | 1101100 | 11001100 | 10000 | 101111 | 0 | 10100 | 100011000 | 110000 | 111101 |
Color Harmonies of #AC6CCC
Complementary color
Monochromatic Colors of #AC6CCC
Black with #AC6CCC
Text Example
Text Example
White with #AC6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CCC; }
p { color: rgb(172,108,204); }
H1.HeaderClassName
{
color: #AC6CCC;
}
.AnyTagClassName
{
color: #AC6CCC;
}
</style>
background-color css
<style>
a { background-color: #AC6CCC; }
a { background-color: rgb(172,108,204); }
div.DivClassName
{
background-color: #AC6CCC;
}
.BgClassName
{
background-color: #AC6CCC;
}
</style>
border-color css
<style>
span { border-color: #AC6CCC; }
span { border-color: rgb(172,108,204); }
td.TdClassName
{
border-color: #AC6CCC;
}
.TagClassName
{
border-color: #AC6CCC;
}
</style>