Shades of Amethyst #AC6ACC
Tints of Amethyst #AC6ACC
RGB
CMYK
RGB Variations
Color information
#AC6ACC (or 0xAC6ACC) is known color: Amethyst. HEX triplet: AC, 6A and CC. RGB value is (172,106,204). Sum of RGB (Red+Green+Blue) = 172+106+204=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACC is #539533. Grayscale: #888888. Windows color (decimal): -5477684 or 13396652. OLE color: 13396652.
HSL color Cylindrical-coordinate representation of color #AC6ACC: hue angle of 280.41º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC6ACC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 106 | 204 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.2 |
| HSL | 280.41º | 0.49% | 0.61% | - |
| HSV(B) | 280.41º | 0.48% | 0.8% | - |
| XYZ | 33.07 | 23.44 | 59.91 | - |
| YUV | 136.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 204 | 0.16 | 0.48 | 0 | 0.2 | 280.41 | 0.49 | 0.61 |
| Hex | AC | 6A | CC | 10 | 30 | 0 | 14 | 118 | 31 | 3D |
| Octal | 254 | 152 | 314 | 20 | 60 | 0 | 24 | 430 | 61 | 75 |
| Binary | 10101100 | 1101010 | 11001100 | 10000 | 110000 | 0 | 10100 | 100011000 | 110001 | 111101 |
Color Harmonies of #AC6ACC
Complementary color
Monochromatic Colors of #AC6ACC
Black with #AC6ACC
Text Example
Text Example
White with #AC6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6ACC; }
p { color: rgb(172,106,204); }
H1.HeaderClassName
{
color: #AC6ACC;
}
.AnyTagClassName
{
color: #AC6ACC;
}
</style>
background-color css
<style>
a { background-color: #AC6ACC; }
a { background-color: rgb(172,106,204); }
div.DivClassName
{
background-color: #AC6ACC;
}
.BgClassName
{
background-color: #AC6ACC;
}
</style>
border-color css
<style>
span { border-color: #AC6ACC; }
span { border-color: rgb(172,106,204); }
td.TdClassName
{
border-color: #AC6ACC;
}
.TagClassName
{
border-color: #AC6ACC;
}
</style>