Shades of Amethyst #AD69DD
Tints of Amethyst #AD69DD
RGB
CMYK
RGB Variations
Color information
#AD69DD (or 0xAD69DD) is known color: Amethyst. HEX triplet: AD, 69 and DD. RGB value is (173,105,221). Sum of RGB (Red+Green+Blue) = 173+105+221=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69DD is #529622. Grayscale: #8A8A8A. Windows color (decimal): -5412387 or 14510509. OLE color: 14510509.
HSL color Cylindrical-coordinate representation of color #AD69DD: hue angle of 275.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD69DD is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 105 | 221 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.13 |
| HSL | 275.17º | 0.63% | 0.64% | - |
| HSV(B) | 275.17º | 0.52% | 0.87% | - |
| XYZ | 35.34 | 24.21 | 71.22 | - |
| YUV | 138.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 221 | 0.22 | 0.52 | 0 | 0.13 | 275.17 | 0.63 | 0.64 |
| Hex | AD | 69 | DD | 16 | 34 | 0 | D | 113 | 3F | 40 |
| Octal | 255 | 151 | 335 | 26 | 64 | 0 | 15 | 423 | 77 | 100 |
| Binary | 10101101 | 1101001 | 11011101 | 10110 | 110100 | 0 | 1101 | 100010011 | 111111 | 1000000 |
Color Harmonies of #AD69DD
Complementary color
Monochromatic Colors of #AD69DD
Black with #AD69DD
Text Example
Text Example
White with #AD69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69DD; }
p { color: rgb(173,105,221); }
H1.HeaderClassName
{
color: #AD69DD;
}
.AnyTagClassName
{
color: #AD69DD;
}
</style>
background-color css
<style>
a { background-color: #AD69DD; }
a { background-color: rgb(173,105,221); }
div.DivClassName
{
background-color: #AD69DD;
}
.BgClassName
{
background-color: #AD69DD;
}
</style>
border-color css
<style>
span { border-color: #AD69DD; }
span { border-color: rgb(173,105,221); }
td.TdClassName
{
border-color: #AD69DD;
}
.TagClassName
{
border-color: #AD69DD;
}
</style>