Shades of Amethyst #AD6DE3
Tints of Amethyst #AD6DE3
RGB
CMYK
RGB Variations
Color information
#AD6DE3 (or 0xAD6DE3) is known color: Amethyst. HEX triplet: AD, 6D and E3. RGB value is (173,109,227). Sum of RGB (Red+Green+Blue) = 173+109+227=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #AD6DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DE3 is #52921C. Grayscale: #8D8D8D. Windows color (decimal): -5411357 or 14904749. OLE color: 14904749.
HSL color Cylindrical-coordinate representation of color #AD6DE3: hue angle of 272.54º degrees, saturation: 0.68, 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 #AD6DE3 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 109 | 227 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.11 |
| HSL | 272.54º | 0.68% | 0.66% | - |
| HSV(B) | 272.54º | 0.52% | 0.89% | - |
| XYZ | 36.57 | 25.37 | 75.64 | - |
| YUV | 141.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 227 | 0.24 | 0.52 | 0 | 0.11 | 272.54 | 0.68 | 0.66 |
| Hex | AD | 6D | E3 | 18 | 34 | 0 | B | 111 | 44 | 42 |
| Octal | 255 | 155 | 343 | 30 | 64 | 0 | 13 | 421 | 104 | 102 |
| Binary | 10101101 | 1101101 | 11100011 | 11000 | 110100 | 0 | 1011 | 100010001 | 1000100 | 1000010 |
Color Harmonies of #AD6DE3
Complementary color
Monochromatic Colors of #AD6DE3
Black with #AD6DE3
Text Example
Text Example
White with #AD6DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DE3; }
p { color: rgb(173,109,227); }
H1.HeaderClassName
{
color: #AD6DE3;
}
.AnyTagClassName
{
color: #AD6DE3;
}
</style>
background-color css
<style>
a { background-color: #AD6DE3; }
a { background-color: rgb(173,109,227); }
div.DivClassName
{
background-color: #AD6DE3;
}
.BgClassName
{
background-color: #AD6DE3;
}
</style>
border-color css
<style>
span { border-color: #AD6DE3; }
span { border-color: rgb(173,109,227); }
td.TdClassName
{
border-color: #AD6DE3;
}
.TagClassName
{
border-color: #AD6DE3;
}
</style>