Shades of Amethyst #AC6CCD
Tints of Amethyst #AC6CCD
RGB
CMYK
RGB Variations
Color information
#AC6CCD (or 0xAC6CCD) is known color: Amethyst. HEX triplet: AC, 6C and CD. RGB value is (172,108,205). Sum of RGB (Red+Green+Blue) = 172+108+205=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CCD is #539332. Grayscale: #898989. Windows color (decimal): -5477171 or 13462700. OLE color: 13462700.
HSL color Cylindrical-coordinate representation of color #AC6CCD: hue angle of 279.59º degrees, saturation: 0.49, 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 #AC6CCD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 108 | 205 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.20 |
| HSL | 279.59º | 0.49% | 0.61% | - |
| HSV(B) | 279.59º | 0.47% | 0.8% | - |
| XYZ | 33.4 | 23.9 | 60.61 | - |
| YUV | 138.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 205 | 0.16 | 0.47 | 0 | 0.20 | 279.59 | 0.49 | 0.61 |
| Hex | AC | 6C | CD | 10 | 2F | 0 | 14 | 118 | 31 | 3D |
| Octal | 254 | 154 | 315 | 20 | 57 | 0 | 24 | 430 | 61 | 75 |
| Binary | 10101100 | 1101100 | 11001101 | 10000 | 101111 | 0 | 10100 | 100011000 | 110001 | 111101 |
Color Harmonies of #AC6CCD
Complementary color
Monochromatic Colors of #AC6CCD
Black with #AC6CCD
Text Example
Text Example
White with #AC6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CCD; }
p { color: rgb(172,108,205); }
H1.HeaderClassName
{
color: #AC6CCD;
}
.AnyTagClassName
{
color: #AC6CCD;
}
</style>
background-color css
<style>
a { background-color: #AC6CCD; }
a { background-color: rgb(172,108,205); }
div.DivClassName
{
background-color: #AC6CCD;
}
.BgClassName
{
background-color: #AC6CCD;
}
</style>
border-color css
<style>
span { border-color: #AC6CCD; }
span { border-color: rgb(172,108,205); }
td.TdClassName
{
border-color: #AC6CCD;
}
.TagClassName
{
border-color: #AC6CCD;
}
</style>