Shades of Amethyst #AC6CDA
Tints of Amethyst #AC6CDA
RGB
CMYK
RGB Variations
Color information
#AC6CDA (or 0xAC6CDA) is known color: Amethyst. HEX triplet: AC, 6C and DA. RGB value is (172,108,218). Sum of RGB (Red+Green+Blue) = 172+108+218=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC6CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CDA is #539325. Grayscale: #8B8B8B. Windows color (decimal): -5477158 or 14314668. OLE color: 14314668.
HSL color Cylindrical-coordinate representation of color #AC6CDA: hue angle of 274.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC6CDA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 108 | 218 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.15 |
| HSL | 274.91º | 0.6% | 0.64% | - |
| HSV(B) | 274.91º | 0.5% | 0.85% | - |
| XYZ | 35.03 | 24.56 | 69.22 | - |
| YUV | 139.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 218 | 0.21 | 0.50 | 0 | 0.15 | 274.91 | 0.6 | 0.64 |
| Hex | AC | 6C | DA | 15 | 32 | 0 | F | 113 | 3C | 40 |
| Octal | 254 | 154 | 332 | 25 | 62 | 0 | 17 | 423 | 74 | 100 |
| Binary | 10101100 | 1101100 | 11011010 | 10101 | 110010 | 0 | 1111 | 100010011 | 111100 | 1000000 |
Color Harmonies of #AC6CDA
Complementary color
Monochromatic Colors of #AC6CDA
Black with #AC6CDA
Text Example
Text Example
White with #AC6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CDA; }
p { color: rgb(172,108,218); }
H1.HeaderClassName
{
color: #AC6CDA;
}
.AnyTagClassName
{
color: #AC6CDA;
}
</style>
background-color css
<style>
a { background-color: #AC6CDA; }
a { background-color: rgb(172,108,218); }
div.DivClassName
{
background-color: #AC6CDA;
}
.BgClassName
{
background-color: #AC6CDA;
}
</style>
border-color css
<style>
span { border-color: #AC6CDA; }
span { border-color: rgb(172,108,218); }
td.TdClassName
{
border-color: #AC6CDA;
}
.TagClassName
{
border-color: #AC6CDA;
}
</style>