Shades of Amethyst #AD6DE2
Tints of Amethyst #AD6DE2
RGB
CMYK
RGB Variations
Color information
#AD6DE2 (or 0xAD6DE2) is known color: Amethyst. HEX triplet: AD, 6D and E2. RGB value is (173,109,226). Sum of RGB (Red+Green+Blue) = 173+109+226=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD6DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DE2 is #52921D. Grayscale: #8D8D8D. Windows color (decimal): -5411358 or 14839213. OLE color: 14839213.
HSL color Cylindrical-coordinate representation of color #AD6DE2: hue angle of 272.82º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6DE2 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 109 | 226 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.11 |
| HSL | 272.82º | 0.67% | 0.66% | - |
| HSV(B) | 272.82º | 0.52% | 0.89% | - |
| XYZ | 36.43 | 25.31 | 74.92 | - |
| YUV | 141.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 226 | 0.23 | 0.52 | 0 | 0.11 | 272.82 | 0.67 | 0.66 |
| Hex | AD | 6D | E2 | 17 | 34 | 0 | B | 111 | 43 | 42 |
| Octal | 255 | 155 | 342 | 27 | 64 | 0 | 13 | 421 | 103 | 102 |
| Binary | 10101101 | 1101101 | 11100010 | 10111 | 110100 | 0 | 1011 | 100010001 | 1000011 | 1000010 |
Color Harmonies of #AD6DE2
Complementary color
Monochromatic Colors of #AD6DE2
Black with #AD6DE2
Text Example
Text Example
White with #AD6DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DE2; }
p { color: rgb(173,109,226); }
H1.HeaderClassName
{
color: #AD6DE2;
}
.AnyTagClassName
{
color: #AD6DE2;
}
</style>
background-color css
<style>
a { background-color: #AD6DE2; }
a { background-color: rgb(173,109,226); }
div.DivClassName
{
background-color: #AD6DE2;
}
.BgClassName
{
background-color: #AD6DE2;
}
</style>
border-color css
<style>
span { border-color: #AD6DE2; }
span { border-color: rgb(173,109,226); }
td.TdClassName
{
border-color: #AD6DE2;
}
.TagClassName
{
border-color: #AD6DE2;
}
</style>