Shades of Amethyst #AD67DD
Tints of Amethyst #AD67DD
RGB
CMYK
RGB Variations
Color information
#AD67DD (or 0xAD67DD) is known color: Amethyst. HEX triplet: AD, 67 and DD. RGB value is (173,103,221). Sum of RGB (Red+Green+Blue) = 173+103+221=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67DD is #529822. Grayscale: #888888. Windows color (decimal): -5412899 or 14509997. OLE color: 14509997.
HSL color Cylindrical-coordinate representation of color #AD67DD: hue angle of 275.59º 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 #AD67DD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 103 | 221 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.13 |
| HSL | 275.59º | 0.63% | 0.64% | - |
| HSV(B) | 275.59º | 0.53% | 0.87% | - |
| XYZ | 35.13 | 23.81 | 71.15 | - |
| YUV | 137.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 221 | 0.22 | 0.53 | 0 | 0.13 | 275.59 | 0.63 | 0.64 |
| Hex | AD | 67 | DD | 16 | 35 | 0 | D | 114 | 3F | 40 |
| Octal | 255 | 147 | 335 | 26 | 65 | 0 | 15 | 424 | 77 | 100 |
| Binary | 10101101 | 1100111 | 11011101 | 10110 | 110101 | 0 | 1101 | 100010100 | 111111 | 1000000 |
Color Harmonies of #AD67DD
Complementary color
Monochromatic Colors of #AD67DD
Black with #AD67DD
Text Example
Text Example
White with #AD67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67DD; }
p { color: rgb(173,103,221); }
H1.HeaderClassName
{
color: #AD67DD;
}
.AnyTagClassName
{
color: #AD67DD;
}
</style>
background-color css
<style>
a { background-color: #AD67DD; }
a { background-color: rgb(173,103,221); }
div.DivClassName
{
background-color: #AD67DD;
}
.BgClassName
{
background-color: #AD67DD;
}
</style>
border-color css
<style>
span { border-color: #AD67DD; }
span { border-color: rgb(173,103,221); }
td.TdClassName
{
border-color: #AD67DD;
}
.TagClassName
{
border-color: #AD67DD;
}
</style>