Shades of Amethyst #AC6ECD
Tints of Amethyst #AC6ECD
RGB
CMYK
RGB Variations
Color information
#AC6ECD (or 0xAC6ECD) is known color: Amethyst. HEX triplet: AC, 6E and CD. RGB value is (172,110,205). Sum of RGB (Red+Green+Blue) = 172+110+205=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ECD is #539132. Grayscale: #8B8B8B. Windows color (decimal): -5476659 or 13463212. OLE color: 13463212.
HSL color Cylindrical-coordinate representation of color #AC6ECD: hue angle of 279.16º degrees, saturation: 0.49, 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 #AC6ECD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 110 | 205 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.20 |
| HSL | 279.16º | 0.49% | 0.62% | - |
| HSV(B) | 279.16º | 0.46% | 0.8% | - |
| XYZ | 33.61 | 24.33 | 60.68 | - |
| YUV | 139.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 205 | 0.16 | 0.46 | 0 | 0.20 | 279.16 | 0.49 | 0.62 |
| Hex | AC | 6E | CD | 10 | 2E | 0 | 14 | 117 | 31 | 3E |
| Octal | 254 | 156 | 315 | 20 | 56 | 0 | 24 | 427 | 61 | 76 |
| Binary | 10101100 | 1101110 | 11001101 | 10000 | 101110 | 0 | 10100 | 100010111 | 110001 | 111110 |
Color Harmonies of #AC6ECD
Complementary color
Monochromatic Colors of #AC6ECD
Black with #AC6ECD
Text Example
Text Example
White with #AC6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6ECD; }
p { color: rgb(172,110,205); }
H1.HeaderClassName
{
color: #AC6ECD;
}
.AnyTagClassName
{
color: #AC6ECD;
}
</style>
background-color css
<style>
a { background-color: #AC6ECD; }
a { background-color: rgb(172,110,205); }
div.DivClassName
{
background-color: #AC6ECD;
}
.BgClassName
{
background-color: #AC6ECD;
}
</style>
border-color css
<style>
span { border-color: #AC6ECD; }
span { border-color: rgb(172,110,205); }
td.TdClassName
{
border-color: #AC6ECD;
}
.TagClassName
{
border-color: #AC6ECD;
}
</style>