Shades of Amethyst #AC63DA
Tints of Amethyst #AC63DA
RGB
CMYK
RGB Variations
Color information
#AC63DA (or 0xAC63DA) is known color: Amethyst. HEX triplet: AC, 63 and DA. RGB value is (172,99,218). Sum of RGB (Red+Green+Blue) = 172+99+218=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63DA is #539C25. Grayscale: #858585. Windows color (decimal): -5479462 or 14312364. OLE color: 14312364.
HSL color Cylindrical-coordinate representation of color #AC63DA: hue angle of 276.81º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC63DA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 99 | 218 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.15 |
| HSL | 276.81º | 0.62% | 0.62% | - |
| HSV(B) | 276.81º | 0.55% | 0.85% | - |
| XYZ | 34.13 | 22.76 | 68.92 | - |
| YUV | 134.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 218 | 0.21 | 0.55 | 0 | 0.15 | 276.81 | 0.62 | 0.62 |
| Hex | AC | 63 | DA | 15 | 37 | 0 | F | 115 | 3E | 3E |
| Octal | 254 | 143 | 332 | 25 | 67 | 0 | 17 | 425 | 76 | 76 |
| Binary | 10101100 | 1100011 | 11011010 | 10101 | 110111 | 0 | 1111 | 100010101 | 111110 | 111110 |
Color Harmonies of #AC63DA
Complementary color
Monochromatic Colors of #AC63DA
Black with #AC63DA
Text Example
Text Example
White with #AC63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63DA; }
p { color: rgb(172,99,218); }
H1.HeaderClassName
{
color: #AC63DA;
}
.AnyTagClassName
{
color: #AC63DA;
}
</style>
background-color css
<style>
a { background-color: #AC63DA; }
a { background-color: rgb(172,99,218); }
div.DivClassName
{
background-color: #AC63DA;
}
.BgClassName
{
background-color: #AC63DA;
}
</style>
border-color css
<style>
span { border-color: #AC63DA; }
span { border-color: rgb(172,99,218); }
td.TdClassName
{
border-color: #AC63DA;
}
.TagClassName
{
border-color: #AC63DA;
}
</style>