Shades of Amethyst #AD6DD5
Tints of Amethyst #AD6DD5
RGB
CMYK
RGB Variations
Color information
#AD6DD5 (or 0xAD6DD5) is known color: Amethyst. HEX triplet: AD, 6D and D5. RGB value is (173,109,213). Sum of RGB (Red+Green+Blue) = 173+109+213=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD6DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DD5 is #52922A. Grayscale: #8B8B8B. Windows color (decimal): -5411371 or 13987245. OLE color: 13987245.
HSL color Cylindrical-coordinate representation of color #AD6DD5: hue angle of 276.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6DD5 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 109 | 213 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.16 |
| HSL | 276.92º | 0.55% | 0.63% | - |
| HSV(B) | 276.92º | 0.49% | 0.84% | - |
| XYZ | 34.71 | 24.63 | 65.87 | - |
| YUV | 139.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 213 | 0.19 | 0.49 | 0 | 0.16 | 276.92 | 0.55 | 0.63 |
| Hex | AD | 6D | D5 | 13 | 31 | 0 | 10 | 115 | 37 | 3F |
| Octal | 255 | 155 | 325 | 23 | 61 | 0 | 20 | 425 | 67 | 77 |
| Binary | 10101101 | 1101101 | 11010101 | 10011 | 110001 | 0 | 10000 | 100010101 | 110111 | 111111 |
Color Harmonies of #AD6DD5
Complementary color
Monochromatic Colors of #AD6DD5
Black with #AD6DD5
Text Example
Text Example
White with #AD6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DD5; }
p { color: rgb(173,109,213); }
H1.HeaderClassName
{
color: #AD6DD5;
}
.AnyTagClassName
{
color: #AD6DD5;
}
</style>
background-color css
<style>
a { background-color: #AD6DD5; }
a { background-color: rgb(173,109,213); }
div.DivClassName
{
background-color: #AD6DD5;
}
.BgClassName
{
background-color: #AD6DD5;
}
</style>
border-color css
<style>
span { border-color: #AD6DD5; }
span { border-color: rgb(173,109,213); }
td.TdClassName
{
border-color: #AD6DD5;
}
.TagClassName
{
border-color: #AD6DD5;
}
</style>