Shades of Amethyst #AD6DD6
Tints of Amethyst #AD6DD6
RGB
CMYK
RGB Variations
Color information
#AD6DD6 (or 0xAD6DD6) is known color: Amethyst. HEX triplet: AD, 6D and D6. RGB value is (173,109,214). Sum of RGB (Red+Green+Blue) = 173+109+214=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD6DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DD6 is #529229. Grayscale: #8B8B8B. Windows color (decimal): -5411370 or 14052781. OLE color: 14052781.
HSL color Cylindrical-coordinate representation of color #AD6DD6: hue angle of 276.57º degrees, saturation: 0.56, 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 #AD6DD6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 109 | 214 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.16 |
| HSL | 276.57º | 0.56% | 0.63% | - |
| HSV(B) | 276.57º | 0.49% | 0.84% | - |
| XYZ | 34.84 | 24.68 | 66.55 | - |
| YUV | 140.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 214 | 0.19 | 0.49 | 0 | 0.16 | 276.57 | 0.56 | 0.63 |
| Hex | AD | 6D | D6 | 13 | 31 | 0 | 10 | 115 | 38 | 3F |
| Octal | 255 | 155 | 326 | 23 | 61 | 0 | 20 | 425 | 70 | 77 |
| Binary | 10101101 | 1101101 | 11010110 | 10011 | 110001 | 0 | 10000 | 100010101 | 111000 | 111111 |
Color Harmonies of #AD6DD6
Complementary color
Monochromatic Colors of #AD6DD6
Black with #AD6DD6
Text Example
Text Example
White with #AD6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DD6; }
p { color: rgb(173,109,214); }
H1.HeaderClassName
{
color: #AD6DD6;
}
.AnyTagClassName
{
color: #AD6DD6;
}
</style>
background-color css
<style>
a { background-color: #AD6DD6; }
a { background-color: rgb(173,109,214); }
div.DivClassName
{
background-color: #AD6DD6;
}
.BgClassName
{
background-color: #AD6DD6;
}
</style>
border-color css
<style>
span { border-color: #AD6DD6; }
span { border-color: rgb(173,109,214); }
td.TdClassName
{
border-color: #AD6DD6;
}
.TagClassName
{
border-color: #AD6DD6;
}
</style>