Shades of Amethyst #AC63D9
Tints of Amethyst #AC63D9
RGB
CMYK
RGB Variations
Color information
#AC63D9 (or 0xAC63D9) is known color: Amethyst. HEX triplet: AC, 63 and D9. RGB value is (172,99,217). Sum of RGB (Red+Green+Blue) = 172+99+217=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC63D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63D9 is #539C26. Grayscale: #858585. Windows color (decimal): -5479463 or 14246828. OLE color: 14246828.
HSL color Cylindrical-coordinate representation of color #AC63D9: hue angle of 277.12º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC63D9 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 99 | 217 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.15 |
| HSL | 277.12º | 0.61% | 0.62% | - |
| HSV(B) | 277.12º | 0.54% | 0.85% | - |
| XYZ | 34 | 22.7 | 68.24 | - |
| YUV | 134.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 217 | 0.21 | 0.54 | 0 | 0.15 | 277.12 | 0.61 | 0.62 |
| Hex | AC | 63 | D9 | 15 | 36 | 0 | F | 115 | 3D | 3E |
| Octal | 254 | 143 | 331 | 25 | 66 | 0 | 17 | 425 | 75 | 76 |
| Binary | 10101100 | 1100011 | 11011001 | 10101 | 110110 | 0 | 1111 | 100010101 | 111101 | 111110 |
Color Harmonies of #AC63D9
Complementary color
Monochromatic Colors of #AC63D9
Black with #AC63D9
Text Example
Text Example
White with #AC63D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63D9; }
p { color: rgb(172,99,217); }
H1.HeaderClassName
{
color: #AC63D9;
}
.AnyTagClassName
{
color: #AC63D9;
}
</style>
background-color css
<style>
a { background-color: #AC63D9; }
a { background-color: rgb(172,99,217); }
div.DivClassName
{
background-color: #AC63D9;
}
.BgClassName
{
background-color: #AC63D9;
}
</style>
border-color css
<style>
span { border-color: #AC63D9; }
span { border-color: rgb(172,99,217); }
td.TdClassName
{
border-color: #AC63D9;
}
.TagClassName
{
border-color: #AC63D9;
}
</style>