Shades of Amethyst #AD68DD
Tints of Amethyst #AD68DD
RGB
CMYK
RGB Variations
Color information
#AD68DD (or 0xAD68DD) is known color: Amethyst. HEX triplet: AD, 68 and DD. RGB value is (173,104,221). Sum of RGB (Red+Green+Blue) = 173+104+221=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68DD is #529722. Grayscale: #898989. Windows color (decimal): -5412643 or 14510253. OLE color: 14510253.
HSL color Cylindrical-coordinate representation of color #AD68DD: hue angle of 275.38º degrees, saturation: 0.63, 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 #AD68DD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 104 | 221 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.13 |
| HSL | 275.38º | 0.63% | 0.64% | - |
| HSV(B) | 275.38º | 0.53% | 0.87% | - |
| XYZ | 35.24 | 24.01 | 71.18 | - |
| YUV | 137.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 221 | 0.22 | 0.53 | 0 | 0.13 | 275.38 | 0.63 | 0.64 |
| Hex | AD | 68 | DD | 16 | 35 | 0 | D | 113 | 3F | 40 |
| Octal | 255 | 150 | 335 | 26 | 65 | 0 | 15 | 423 | 77 | 100 |
| Binary | 10101101 | 1101000 | 11011101 | 10110 | 110101 | 0 | 1101 | 100010011 | 111111 | 1000000 |
Color Harmonies of #AD68DD
Complementary color
Monochromatic Colors of #AD68DD
Black with #AD68DD
Text Example
Text Example
White with #AD68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68DD; }
p { color: rgb(173,104,221); }
H1.HeaderClassName
{
color: #AD68DD;
}
.AnyTagClassName
{
color: #AD68DD;
}
</style>
background-color css
<style>
a { background-color: #AD68DD; }
a { background-color: rgb(173,104,221); }
div.DivClassName
{
background-color: #AD68DD;
}
.BgClassName
{
background-color: #AD68DD;
}
</style>
border-color css
<style>
span { border-color: #AD68DD; }
span { border-color: rgb(173,104,221); }
td.TdClassName
{
border-color: #AD68DD;
}
.TagClassName
{
border-color: #AD68DD;
}
</style>