Shades of Amethyst #AD6ED5
Tints of Amethyst #AD6ED5
RGB
CMYK
RGB Variations
Color information
#AD6ED5 (or 0xAD6ED5) is known color: Amethyst. HEX triplet: AD, 6E and D5. RGB value is (173,110,213). Sum of RGB (Red+Green+Blue) = 173+110+213=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD6ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ED5 is #52912A. Grayscale: #8C8C8C. Windows color (decimal): -5411115 or 13987501. OLE color: 13987501.
HSL color Cylindrical-coordinate representation of color #AD6ED5: hue angle of 276.7º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD6ED5 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 110 | 213 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.16 |
| HSL | 276.7º | 0.55% | 0.63% | - |
| HSV(B) | 276.7º | 0.48% | 0.84% | - |
| XYZ | 34.82 | 24.84 | 65.91 | - |
| YUV | 140.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 213 | 0.19 | 0.48 | 0 | 0.16 | 276.7 | 0.55 | 0.63 |
| Hex | AD | 6E | D5 | 13 | 30 | 0 | 10 | 115 | 37 | 3F |
| Octal | 255 | 156 | 325 | 23 | 60 | 0 | 20 | 425 | 67 | 77 |
| Binary | 10101101 | 1101110 | 11010101 | 10011 | 110000 | 0 | 10000 | 100010101 | 110111 | 111111 |
Color Harmonies of #AD6ED5
Complementary color
Monochromatic Colors of #AD6ED5
Black with #AD6ED5
Text Example
Text Example
White with #AD6ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ED5; }
p { color: rgb(173,110,213); }
H1.HeaderClassName
{
color: #AD6ED5;
}
.AnyTagClassName
{
color: #AD6ED5;
}
</style>
background-color css
<style>
a { background-color: #AD6ED5; }
a { background-color: rgb(173,110,213); }
div.DivClassName
{
background-color: #AD6ED5;
}
.BgClassName
{
background-color: #AD6ED5;
}
</style>
border-color css
<style>
span { border-color: #AD6ED5; }
span { border-color: rgb(173,110,213); }
td.TdClassName
{
border-color: #AD6ED5;
}
.TagClassName
{
border-color: #AD6ED5;
}
</style>