Shades of Amethyst #AD6EDC
Tints of Amethyst #AD6EDC
RGB
CMYK
RGB Variations
Color information
#AD6EDC (or 0xAD6EDC) is known color: Amethyst. HEX triplet: AD, 6E and DC. RGB value is (173,110,220). Sum of RGB (Red+Green+Blue) = 173+110+220=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EDC is #529123. Grayscale: #8C8C8C. Windows color (decimal): -5411108 or 14446253. OLE color: 14446253.
HSL color Cylindrical-coordinate representation of color #AD6EDC: hue angle of 274.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6EDC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 110 | 220 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.14 |
| HSL | 274.36º | 0.61% | 0.65% | - |
| HSV(B) | 274.36º | 0.5% | 0.86% | - |
| XYZ | 35.73 | 25.2 | 70.69 | - |
| YUV | 141.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 220 | 0.21 | 0.50 | 0 | 0.14 | 274.36 | 0.61 | 0.65 |
| Hex | AD | 6E | DC | 15 | 32 | 0 | E | 112 | 3D | 41 |
| Octal | 255 | 156 | 334 | 25 | 62 | 0 | 16 | 422 | 75 | 101 |
| Binary | 10101101 | 1101110 | 11011100 | 10101 | 110010 | 0 | 1110 | 100010010 | 111101 | 1000001 |
Color Harmonies of #AD6EDC
Complementary color
Monochromatic Colors of #AD6EDC
Black with #AD6EDC
Text Example
Text Example
White with #AD6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EDC; }
p { color: rgb(173,110,220); }
H1.HeaderClassName
{
color: #AD6EDC;
}
.AnyTagClassName
{
color: #AD6EDC;
}
</style>
background-color css
<style>
a { background-color: #AD6EDC; }
a { background-color: rgb(173,110,220); }
div.DivClassName
{
background-color: #AD6EDC;
}
.BgClassName
{
background-color: #AD6EDC;
}
</style>
border-color css
<style>
span { border-color: #AD6EDC; }
span { border-color: rgb(173,110,220); }
td.TdClassName
{
border-color: #AD6EDC;
}
.TagClassName
{
border-color: #AD6EDC;
}
</style>