Shades of Amethyst #AC65DC
Tints of Amethyst #AC65DC
RGB
CMYK
RGB Variations
Color information
#AC65DC (or 0xAC65DC) is known color: Amethyst. HEX triplet: AC, 65 and DC. RGB value is (172,101,220). Sum of RGB (Red+Green+Blue) = 172+101+220=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65DC is #539A23. Grayscale: #878787. Windows color (decimal): -5478948 or 14443948. OLE color: 14443948.
HSL color Cylindrical-coordinate representation of color #AC65DC: hue angle of 275.8º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC65DC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 101 | 220 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.14 |
| HSL | 275.8º | 0.63% | 0.63% | - |
| HSV(B) | 275.8º | 0.54% | 0.86% | - |
| XYZ | 34.59 | 23.25 | 70.37 | - |
| YUV | 135.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 220 | 0.22 | 0.54 | 0 | 0.14 | 275.8 | 0.63 | 0.63 |
| Hex | AC | 65 | DC | 16 | 36 | 0 | E | 114 | 3F | 3F |
| Octal | 254 | 145 | 334 | 26 | 66 | 0 | 16 | 424 | 77 | 77 |
| Binary | 10101100 | 1100101 | 11011100 | 10110 | 110110 | 0 | 1110 | 100010100 | 111111 | 111111 |
Color Harmonies of #AC65DC
Complementary color
Monochromatic Colors of #AC65DC
Black with #AC65DC
Text Example
Text Example
White with #AC65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65DC; }
p { color: rgb(172,101,220); }
H1.HeaderClassName
{
color: #AC65DC;
}
.AnyTagClassName
{
color: #AC65DC;
}
</style>
background-color css
<style>
a { background-color: #AC65DC; }
a { background-color: rgb(172,101,220); }
div.DivClassName
{
background-color: #AC65DC;
}
.BgClassName
{
background-color: #AC65DC;
}
</style>
border-color css
<style>
span { border-color: #AC65DC; }
span { border-color: rgb(172,101,220); }
td.TdClassName
{
border-color: #AC65DC;
}
.TagClassName
{
border-color: #AC65DC;
}
</style>