Shades of Amethyst #AC63DB
Tints of Amethyst #AC63DB
RGB
CMYK
RGB Variations
Color information
#AC63DB (or 0xAC63DB) is known color: Amethyst. HEX triplet: AC, 63 and DB. RGB value is (172,99,219). Sum of RGB (Red+Green+Blue) = 172+99+219=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63DB is #539C24. Grayscale: #868686. Windows color (decimal): -5479461 or 14377900. OLE color: 14377900.
HSL color Cylindrical-coordinate representation of color #AC63DB: hue angle of 276.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC63DB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 99 | 219 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.14 |
| HSL | 276.5º | 0.63% | 0.62% | - |
| HSV(B) | 276.5º | 0.55% | 0.86% | - |
| XYZ | 34.26 | 22.81 | 69.61 | - |
| YUV | 134.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 219 | 0.21 | 0.55 | 0 | 0.14 | 276.5 | 0.63 | 0.62 |
| Hex | AC | 63 | DB | 15 | 37 | 0 | E | 114 | 3E | 3E |
| Octal | 254 | 143 | 333 | 25 | 67 | 0 | 16 | 424 | 76 | 76 |
| Binary | 10101100 | 1100011 | 11011011 | 10101 | 110111 | 0 | 1110 | 100010100 | 111110 | 111110 |
Color Harmonies of #AC63DB
Complementary color
Monochromatic Colors of #AC63DB
Black with #AC63DB
Text Example
Text Example
White with #AC63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63DB; }
p { color: rgb(172,99,219); }
H1.HeaderClassName
{
color: #AC63DB;
}
.AnyTagClassName
{
color: #AC63DB;
}
</style>
background-color css
<style>
a { background-color: #AC63DB; }
a { background-color: rgb(172,99,219); }
div.DivClassName
{
background-color: #AC63DB;
}
.BgClassName
{
background-color: #AC63DB;
}
</style>
border-color css
<style>
span { border-color: #AC63DB; }
span { border-color: rgb(172,99,219); }
td.TdClassName
{
border-color: #AC63DB;
}
.TagClassName
{
border-color: #AC63DB;
}
</style>