Shades of Amethyst #AD69D8
Tints of Amethyst #AD69D8
RGB
CMYK
RGB Variations
Color information
#AD69D8 (or 0xAD69D8) is known color: Amethyst. HEX triplet: AD, 69 and D8. RGB value is (173,105,216). Sum of RGB (Red+Green+Blue) = 173+105+216=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD69D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69D8 is #529627. Grayscale: #898989. Windows color (decimal): -5412392 or 14182829. OLE color: 14182829.
HSL color Cylindrical-coordinate representation of color #AD69D8: hue angle of 276.76º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD69D8 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 105 | 216 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.15 |
| HSL | 276.76º | 0.59% | 0.63% | - |
| HSV(B) | 276.76º | 0.51% | 0.85% | - |
| XYZ | 34.68 | 23.95 | 67.76 | - |
| YUV | 137.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 216 | 0.20 | 0.51 | 0 | 0.15 | 276.76 | 0.59 | 0.63 |
| Hex | AD | 69 | D8 | 14 | 33 | 0 | F | 115 | 3B | 3F |
| Octal | 255 | 151 | 330 | 24 | 63 | 0 | 17 | 425 | 73 | 77 |
| Binary | 10101101 | 1101001 | 11011000 | 10100 | 110011 | 0 | 1111 | 100010101 | 111011 | 111111 |
Color Harmonies of #AD69D8
Complementary color
Monochromatic Colors of #AD69D8
Black with #AD69D8
Text Example
Text Example
White with #AD69D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69D8; }
p { color: rgb(173,105,216); }
H1.HeaderClassName
{
color: #AD69D8;
}
.AnyTagClassName
{
color: #AD69D8;
}
</style>
background-color css
<style>
a { background-color: #AD69D8; }
a { background-color: rgb(173,105,216); }
div.DivClassName
{
background-color: #AD69D8;
}
.BgClassName
{
background-color: #AD69D8;
}
</style>
border-color css
<style>
span { border-color: #AD69D8; }
span { border-color: rgb(173,105,216); }
td.TdClassName
{
border-color: #AD69D8;
}
.TagClassName
{
border-color: #AD69D8;
}
</style>