Shades of Amethyst #AC65DD
Tints of Amethyst #AC65DD
RGB
CMYK
RGB Variations
Color information
#AC65DD (or 0xAC65DD) is known color: Amethyst. HEX triplet: AC, 65 and DD. RGB value is (172,101,221). Sum of RGB (Red+Green+Blue) = 172+101+221=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65DD is #539A22. Grayscale: #878787. Windows color (decimal): -5478947 or 14509484. OLE color: 14509484.
HSL color Cylindrical-coordinate representation of color #AC65DD: hue angle of 275.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC65DD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 101 | 221 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.13 |
| HSL | 275.5º | 0.64% | 0.63% | - |
| HSV(B) | 275.5º | 0.54% | 0.87% | - |
| XYZ | 34.72 | 23.3 | 71.07 | - |
| YUV | 135.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 221 | 0.22 | 0.54 | 0 | 0.13 | 275.5 | 0.64 | 0.63 |
| Hex | AC | 65 | DD | 16 | 36 | 0 | D | 114 | 40 | 3F |
| Octal | 254 | 145 | 335 | 26 | 66 | 0 | 15 | 424 | 100 | 77 |
| Binary | 10101100 | 1100101 | 11011101 | 10110 | 110110 | 0 | 1101 | 100010100 | 1000000 | 111111 |
Color Harmonies of #AC65DD
Complementary color
Monochromatic Colors of #AC65DD
Black with #AC65DD
Text Example
Text Example
White with #AC65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65DD; }
p { color: rgb(172,101,221); }
H1.HeaderClassName
{
color: #AC65DD;
}
.AnyTagClassName
{
color: #AC65DD;
}
</style>
background-color css
<style>
a { background-color: #AC65DD; }
a { background-color: rgb(172,101,221); }
div.DivClassName
{
background-color: #AC65DD;
}
.BgClassName
{
background-color: #AC65DD;
}
</style>
border-color css
<style>
span { border-color: #AC65DD; }
span { border-color: rgb(172,101,221); }
td.TdClassName
{
border-color: #AC65DD;
}
.TagClassName
{
border-color: #AC65DD;
}
</style>