Shades of Amethyst #AC6CDB
Tints of Amethyst #AC6CDB
RGB
CMYK
RGB Variations
Color information
#AC6CDB (or 0xAC6CDB) is known color: Amethyst. HEX triplet: AC, 6C and DB. RGB value is (172,108,219). Sum of RGB (Red+Green+Blue) = 172+108+219=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CDB is #539324. Grayscale: #8B8B8B. Windows color (decimal): -5477157 or 14380204. OLE color: 14380204.
HSL color Cylindrical-coordinate representation of color #AC6CDB: hue angle of 274.59º degrees, saturation: 0.61, 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 #AC6CDB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 108 | 219 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.14 |
| HSL | 274.59º | 0.61% | 0.64% | - |
| HSV(B) | 274.59º | 0.51% | 0.86% | - |
| XYZ | 35.16 | 24.61 | 69.91 | - |
| YUV | 139.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 219 | 0.21 | 0.51 | 0 | 0.14 | 274.59 | 0.61 | 0.64 |
| Hex | AC | 6C | DB | 15 | 33 | 0 | E | 113 | 3D | 40 |
| Octal | 254 | 154 | 333 | 25 | 63 | 0 | 16 | 423 | 75 | 100 |
| Binary | 10101100 | 1101100 | 11011011 | 10101 | 110011 | 0 | 1110 | 100010011 | 111101 | 1000000 |
Color Harmonies of #AC6CDB
Complementary color
Monochromatic Colors of #AC6CDB
Black with #AC6CDB
Text Example
Text Example
White with #AC6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6CDB; }
p { color: rgb(172,108,219); }
H1.HeaderClassName
{
color: #AC6CDB;
}
.AnyTagClassName
{
color: #AC6CDB;
}
</style>
background-color css
<style>
a { background-color: #AC6CDB; }
a { background-color: rgb(172,108,219); }
div.DivClassName
{
background-color: #AC6CDB;
}
.BgClassName
{
background-color: #AC6CDB;
}
</style>
border-color css
<style>
span { border-color: #AC6CDB; }
span { border-color: rgb(172,108,219); }
td.TdClassName
{
border-color: #AC6CDB;
}
.TagClassName
{
border-color: #AC6CDB;
}
</style>