Shades of Amethyst #AC64DA
Tints of Amethyst #AC64DA
RGB
CMYK
RGB Variations
Color information
#AC64DA (or 0xAC64DA) is known color: Amethyst. HEX triplet: AC, 64 and DA. RGB value is (172,100,218). Sum of RGB (Red+Green+Blue) = 172+100+218=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC64DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64DA is #539B25. Grayscale: #868686. Windows color (decimal): -5479206 or 14312620. OLE color: 14312620.
HSL color Cylindrical-coordinate representation of color #AC64DA: hue angle of 276.61º 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 #AC64DA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 100 | 218 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.15 |
| HSL | 276.61º | 0.61% | 0.62% | - |
| HSV(B) | 276.61º | 0.54% | 0.85% | - |
| XYZ | 34.23 | 22.95 | 68.96 | - |
| YUV | 134.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 218 | 0.21 | 0.54 | 0 | 0.15 | 276.61 | 0.61 | 0.62 |
| Hex | AC | 64 | DA | 15 | 36 | 0 | F | 115 | 3D | 3E |
| Octal | 254 | 144 | 332 | 25 | 66 | 0 | 17 | 425 | 75 | 76 |
| Binary | 10101100 | 1100100 | 11011010 | 10101 | 110110 | 0 | 1111 | 100010101 | 111101 | 111110 |
Color Harmonies of #AC64DA
Complementary color
Monochromatic Colors of #AC64DA
Black with #AC64DA
Text Example
Text Example
White with #AC64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC64DA; }
p { color: rgb(172,100,218); }
H1.HeaderClassName
{
color: #AC64DA;
}
.AnyTagClassName
{
color: #AC64DA;
}
</style>
background-color css
<style>
a { background-color: #AC64DA; }
a { background-color: rgb(172,100,218); }
div.DivClassName
{
background-color: #AC64DA;
}
.BgClassName
{
background-color: #AC64DA;
}
</style>
border-color css
<style>
span { border-color: #AC64DA; }
span { border-color: rgb(172,100,218); }
td.TdClassName
{
border-color: #AC64DA;
}
.TagClassName
{
border-color: #AC64DA;
}
</style>