Shades of Amethyst #AD6AD6
Tints of Amethyst #AD6AD6
RGB
CMYK
RGB Variations
Color information
#AD6AD6 (or 0xAD6AD6) is known color: Amethyst. HEX triplet: AD, 6A and D6. RGB value is (173,106,214). Sum of RGB (Red+Green+Blue) = 173+106+214=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AD6 is #529529. Grayscale: #898989. Windows color (decimal): -5412138 or 14052013. OLE color: 14052013.
HSL color Cylindrical-coordinate representation of color #AD6AD6: hue angle of 277.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6AD6 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 106 | 214 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.16 |
| HSL | 277.22º | 0.57% | 0.63% | - |
| HSV(B) | 277.22º | 0.5% | 0.84% | - |
| XYZ | 34.53 | 24.05 | 66.44 | - |
| YUV | 138.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 214 | 0.19 | 0.50 | 0 | 0.16 | 277.22 | 0.57 | 0.63 |
| Hex | AD | 6A | D6 | 13 | 32 | 0 | 10 | 115 | 39 | 3F |
| Octal | 255 | 152 | 326 | 23 | 62 | 0 | 20 | 425 | 71 | 77 |
| Binary | 10101101 | 1101010 | 11010110 | 10011 | 110010 | 0 | 10000 | 100010101 | 111001 | 111111 |
Color Harmonies of #AD6AD6
Complementary color
Monochromatic Colors of #AD6AD6
Black with #AD6AD6
Text Example
Text Example
White with #AD6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AD6; }
p { color: rgb(173,106,214); }
H1.HeaderClassName
{
color: #AD6AD6;
}
.AnyTagClassName
{
color: #AD6AD6;
}
</style>
background-color css
<style>
a { background-color: #AD6AD6; }
a { background-color: rgb(173,106,214); }
div.DivClassName
{
background-color: #AD6AD6;
}
.BgClassName
{
background-color: #AD6AD6;
}
</style>
border-color css
<style>
span { border-color: #AD6AD6; }
span { border-color: rgb(173,106,214); }
td.TdClassName
{
border-color: #AD6AD6;
}
.TagClassName
{
border-color: #AD6AD6;
}
</style>