Shades of Amethyst #AC6FCC
Tints of Amethyst #AC6FCC
RGB
CMYK
RGB Variations
Color information
#AC6FCC (or 0xAC6FCC) is known color: Amethyst. HEX triplet: AC, 6F and CC. RGB value is (172,111,204). Sum of RGB (Red+Green+Blue) = 172+111+204=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FCC is #539033. Grayscale: #8B8B8B. Windows color (decimal): -5476404 or 13397932. OLE color: 13397932.
HSL color Cylindrical-coordinate representation of color #AC6FCC: hue angle of 279.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6FCC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 111 | 204 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.2 |
| HSL | 279.35º | 0.48% | 0.62% | - |
| HSV(B) | 279.35º | 0.46% | 0.8% | - |
| XYZ | 33.6 | 24.5 | 60.08 | - |
| YUV | 139.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 204 | 0.16 | 0.46 | 0 | 0.2 | 279.35 | 0.48 | 0.62 |
| Hex | AC | 6F | CC | 10 | 2E | 0 | 14 | 117 | 30 | 3E |
| Octal | 254 | 157 | 314 | 20 | 56 | 0 | 24 | 427 | 60 | 76 |
| Binary | 10101100 | 1101111 | 11001100 | 10000 | 101110 | 0 | 10100 | 100010111 | 110000 | 111110 |
Color Harmonies of #AC6FCC
Complementary color
Monochromatic Colors of #AC6FCC
Black with #AC6FCC
Text Example
Text Example
White with #AC6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6FCC; }
p { color: rgb(172,111,204); }
H1.HeaderClassName
{
color: #AC6FCC;
}
.AnyTagClassName
{
color: #AC6FCC;
}
</style>
background-color css
<style>
a { background-color: #AC6FCC; }
a { background-color: rgb(172,111,204); }
div.DivClassName
{
background-color: #AC6FCC;
}
.BgClassName
{
background-color: #AC6FCC;
}
</style>
border-color css
<style>
span { border-color: #AC6FCC; }
span { border-color: rgb(172,111,204); }
td.TdClassName
{
border-color: #AC6FCC;
}
.TagClassName
{
border-color: #AC6FCC;
}
</style>