Shades of Amethyst #AD6EE1
Tints of Amethyst #AD6EE1
RGB
CMYK
RGB Variations
Color information
#AD6EE1 (or 0xAD6EE1) is known color: Amethyst. HEX triplet: AD, 6E and E1. RGB value is (173,110,225). Sum of RGB (Red+Green+Blue) = 173+110+225=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EE1 is #52911E. Grayscale: #8D8D8D. Windows color (decimal): -5411103 or 14773933. OLE color: 14773933.
HSL color Cylindrical-coordinate representation of color #AD6EE1: hue angle of 272.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6EE1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 110 | 225 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.12 |
| HSL | 272.87º | 0.66% | 0.66% | - |
| HSV(B) | 272.87º | 0.51% | 0.88% | - |
| XYZ | 36.4 | 25.47 | 74.23 | - |
| YUV | 141.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 225 | 0.23 | 0.51 | 0 | 0.12 | 272.87 | 0.66 | 0.66 |
| Hex | AD | 6E | E1 | 17 | 33 | 0 | C | 111 | 42 | 42 |
| Octal | 255 | 156 | 341 | 27 | 63 | 0 | 14 | 421 | 102 | 102 |
| Binary | 10101101 | 1101110 | 11100001 | 10111 | 110011 | 0 | 1100 | 100010001 | 1000010 | 1000010 |
Color Harmonies of #AD6EE1
Complementary color
Monochromatic Colors of #AD6EE1
Black with #AD6EE1
Text Example
Text Example
White with #AD6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EE1; }
p { color: rgb(173,110,225); }
H1.HeaderClassName
{
color: #AD6EE1;
}
.AnyTagClassName
{
color: #AD6EE1;
}
</style>
background-color css
<style>
a { background-color: #AD6EE1; }
a { background-color: rgb(173,110,225); }
div.DivClassName
{
background-color: #AD6EE1;
}
.BgClassName
{
background-color: #AD6EE1;
}
</style>
border-color css
<style>
span { border-color: #AD6EE1; }
span { border-color: rgb(173,110,225); }
td.TdClassName
{
border-color: #AD6EE1;
}
.TagClassName
{
border-color: #AD6EE1;
}
</style>