Shades of Amethyst #AC68DB
Tints of Amethyst #AC68DB
RGB
CMYK
RGB Variations
Color information
#AC68DB (or 0xAC68DB) is known color: Amethyst. HEX triplet: AC, 68 and DB. RGB value is (172,104,219). Sum of RGB (Red+Green+Blue) = 172+104+219=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68DB is #539724. Grayscale: #898989. Windows color (decimal): -5478181 or 14379180. OLE color: 14379180.
HSL color Cylindrical-coordinate representation of color #AC68DB: hue angle of 275.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC68DB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 104 | 219 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.14 |
| HSL | 275.48º | 0.61% | 0.63% | - |
| HSV(B) | 275.48º | 0.53% | 0.86% | - |
| XYZ | 34.75 | 23.79 | 69.78 | - |
| YUV | 137.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 219 | 0.21 | 0.53 | 0 | 0.14 | 275.48 | 0.61 | 0.63 |
| Hex | AC | 68 | DB | 15 | 35 | 0 | E | 113 | 3D | 3F |
| Octal | 254 | 150 | 333 | 25 | 65 | 0 | 16 | 423 | 75 | 77 |
| Binary | 10101100 | 1101000 | 11011011 | 10101 | 110101 | 0 | 1110 | 100010011 | 111101 | 111111 |
Color Harmonies of #AC68DB
Complementary color
Monochromatic Colors of #AC68DB
Black with #AC68DB
Text Example
Text Example
White with #AC68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68DB; }
p { color: rgb(172,104,219); }
H1.HeaderClassName
{
color: #AC68DB;
}
.AnyTagClassName
{
color: #AC68DB;
}
</style>
background-color css
<style>
a { background-color: #AC68DB; }
a { background-color: rgb(172,104,219); }
div.DivClassName
{
background-color: #AC68DB;
}
.BgClassName
{
background-color: #AC68DB;
}
</style>
border-color css
<style>
span { border-color: #AC68DB; }
span { border-color: rgb(172,104,219); }
td.TdClassName
{
border-color: #AC68DB;
}
.TagClassName
{
border-color: #AC68DB;
}
</style>