Shades of Amethyst #AC6ECF
Tints of Amethyst #AC6ECF
RGB
CMYK
RGB Variations
Color information
#AC6ECF (or 0xAC6ECF) is known color: Amethyst. HEX triplet: AC, 6E and CF. RGB value is (172,110,207). Sum of RGB (Red+Green+Blue) = 172+110+207=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ECF is #539130. Grayscale: #8B8B8B. Windows color (decimal): -5476657 or 13594284. OLE color: 13594284.
HSL color Cylindrical-coordinate representation of color #AC6ECF: hue angle of 278.35º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC6ECF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 110 | 207 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.19 |
| HSL | 278.35º | 0.5% | 0.62% | - |
| HSV(B) | 278.35º | 0.47% | 0.81% | - |
| XYZ | 33.85 | 24.43 | 61.96 | - |
| YUV | 139.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 207 | 0.17 | 0.47 | 0 | 0.19 | 278.35 | 0.5 | 0.62 |
| Hex | AC | 6E | CF | 11 | 2F | 0 | 13 | 116 | 32 | 3E |
| Octal | 254 | 156 | 317 | 21 | 57 | 0 | 23 | 426 | 62 | 76 |
| Binary | 10101100 | 1101110 | 11001111 | 10001 | 101111 | 0 | 10011 | 100010110 | 110010 | 111110 |
Color Harmonies of #AC6ECF
Complementary color
Monochromatic Colors of #AC6ECF
Black with #AC6ECF
Text Example
Text Example
White with #AC6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6ECF; }
p { color: rgb(172,110,207); }
H1.HeaderClassName
{
color: #AC6ECF;
}
.AnyTagClassName
{
color: #AC6ECF;
}
</style>
background-color css
<style>
a { background-color: #AC6ECF; }
a { background-color: rgb(172,110,207); }
div.DivClassName
{
background-color: #AC6ECF;
}
.BgClassName
{
background-color: #AC6ECF;
}
</style>
border-color css
<style>
span { border-color: #AC6ECF; }
span { border-color: rgb(172,110,207); }
td.TdClassName
{
border-color: #AC6ECF;
}
.TagClassName
{
border-color: #AC6ECF;
}
</style>