Shades of Amethyst #AC68D0
Tints of Amethyst #AC68D0
RGB
CMYK
RGB Variations
Color information
#AC68D0 (or 0xAC68D0) is known color: Amethyst. HEX triplet: AC, 68 and D0. RGB value is (172,104,208). Sum of RGB (Red+Green+Blue) = 172+104+208=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC68D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68D0 is #53972F. Grayscale: #878787. Windows color (decimal): -5478192 or 13658284. OLE color: 13658284.
HSL color Cylindrical-coordinate representation of color #AC68D0: hue angle of 279.23º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC68D0 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 104 | 208 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.18 |
| HSL | 279.23º | 0.53% | 0.61% | - |
| HSV(B) | 279.23º | 0.5% | 0.82% | - |
| XYZ | 33.35 | 23.23 | 62.4 | - |
| YUV | 136.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 208 | 0.17 | 0.5 | 0 | 0.18 | 279.23 | 0.53 | 0.61 |
| Hex | AC | 68 | D0 | 11 | 32 | 0 | 12 | 117 | 35 | 3D |
| Octal | 254 | 150 | 320 | 21 | 62 | 0 | 22 | 427 | 65 | 75 |
| Binary | 10101100 | 1101000 | 11010000 | 10001 | 110010 | 0 | 10010 | 100010111 | 110101 | 111101 |
Color Harmonies of #AC68D0
Complementary color
Monochromatic Colors of #AC68D0
Black with #AC68D0
Text Example
Text Example
White with #AC68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC68D0; }
p { color: rgb(172,104,208); }
H1.HeaderClassName
{
color: #AC68D0;
}
.AnyTagClassName
{
color: #AC68D0;
}
</style>
background-color css
<style>
a { background-color: #AC68D0; }
a { background-color: rgb(172,104,208); }
div.DivClassName
{
background-color: #AC68D0;
}
.BgClassName
{
background-color: #AC68D0;
}
</style>
border-color css
<style>
span { border-color: #AC68D0; }
span { border-color: rgb(172,104,208); }
td.TdClassName
{
border-color: #AC68D0;
}
.TagClassName
{
border-color: #AC68D0;
}
</style>