Shades of Amethyst #AD68DE
Tints of Amethyst #AD68DE
RGB
CMYK
RGB Variations
Color information
#AD68DE (or 0xAD68DE) is known color: Amethyst. HEX triplet: AD, 68 and DE. RGB value is (173,104,222). Sum of RGB (Red+Green+Blue) = 173+104+222=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD68DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68DE is #529721. Grayscale: #898989. Windows color (decimal): -5412642 or 14575789. OLE color: 14575789.
HSL color Cylindrical-coordinate representation of color #AD68DE: hue angle of 275.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD68DE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 104 | 222 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.13 |
| HSL | 275.08º | 0.64% | 0.64% | - |
| HSV(B) | 275.08º | 0.53% | 0.87% | - |
| XYZ | 35.37 | 24.06 | 71.89 | - |
| YUV | 138.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 222 | 0.22 | 0.53 | 0 | 0.13 | 275.08 | 0.64 | 0.64 |
| Hex | AD | 68 | DE | 16 | 35 | 0 | D | 113 | 40 | 40 |
| Octal | 255 | 150 | 336 | 26 | 65 | 0 | 15 | 423 | 100 | 100 |
| Binary | 10101101 | 1101000 | 11011110 | 10110 | 110101 | 0 | 1101 | 100010011 | 1000000 | 1000000 |
Color Harmonies of #AD68DE
Complementary color
Monochromatic Colors of #AD68DE
Black with #AD68DE
Text Example
Text Example
White with #AD68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68DE; }
p { color: rgb(173,104,222); }
H1.HeaderClassName
{
color: #AD68DE;
}
.AnyTagClassName
{
color: #AD68DE;
}
</style>
background-color css
<style>
a { background-color: #AD68DE; }
a { background-color: rgb(173,104,222); }
div.DivClassName
{
background-color: #AD68DE;
}
.BgClassName
{
background-color: #AD68DE;
}
</style>
border-color css
<style>
span { border-color: #AD68DE; }
span { border-color: rgb(173,104,222); }
td.TdClassName
{
border-color: #AD68DE;
}
.TagClassName
{
border-color: #AD68DE;
}
</style>