Shades of Amethyst #AC6BDC
Tints of Amethyst #AC6BDC
RGB
CMYK
RGB Variations
Color information
#AC6BDC (or 0xAC6BDC) is known color: Amethyst. HEX triplet: AC, 6B and DC. RGB value is (172,107,220). Sum of RGB (Red+Green+Blue) = 172+107+220=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BDC is #539423. Grayscale: #8A8A8A. Windows color (decimal): -5477412 or 14445484. OLE color: 14445484.
HSL color Cylindrical-coordinate representation of color #AC6BDC: hue angle of 274.51º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC6BDC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 107 | 220 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.14 |
| HSL | 274.51º | 0.62% | 0.64% | - |
| HSV(B) | 274.51º | 0.51% | 0.86% | - |
| XYZ | 35.19 | 24.45 | 70.58 | - |
| YUV | 139.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 220 | 0.22 | 0.51 | 0 | 0.14 | 274.51 | 0.62 | 0.64 |
| Hex | AC | 6B | DC | 16 | 33 | 0 | E | 113 | 3E | 40 |
| Octal | 254 | 153 | 334 | 26 | 63 | 0 | 16 | 423 | 76 | 100 |
| Binary | 10101100 | 1101011 | 11011100 | 10110 | 110011 | 0 | 1110 | 100010011 | 111110 | 1000000 |
Color Harmonies of #AC6BDC
Complementary color
Monochromatic Colors of #AC6BDC
Black with #AC6BDC
Text Example
Text Example
White with #AC6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6BDC; }
p { color: rgb(172,107,220); }
H1.HeaderClassName
{
color: #AC6BDC;
}
.AnyTagClassName
{
color: #AC6BDC;
}
</style>
background-color css
<style>
a { background-color: #AC6BDC; }
a { background-color: rgb(172,107,220); }
div.DivClassName
{
background-color: #AC6BDC;
}
.BgClassName
{
background-color: #AC6BDC;
}
</style>
border-color css
<style>
span { border-color: #AC6BDC; }
span { border-color: rgb(172,107,220); }
td.TdClassName
{
border-color: #AC6BDC;
}
.TagClassName
{
border-color: #AC6BDC;
}
</style>