Shades of Amethyst #AD6EC2
Tints of Amethyst #AD6EC2
RGB
CMYK
RGB Variations
Color information
#AD6EC2 (or 0xAD6EC2) is known color: Amethyst. HEX triplet: AD, 6E and C2. RGB value is (173,110,194). Sum of RGB (Red+Green+Blue) = 173+110+194=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD6EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EC2 is #52913D. Grayscale: #8A8A8A. Windows color (decimal): -5411134 or 12742317. OLE color: 12742317.
HSL color Cylindrical-coordinate representation of color #AD6EC2: hue angle of 285º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6EC2 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 110 | 194 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.24 |
| HSL | 285º | 0.41% | 0.6% | - |
| HSV(B) | 285º | 0.43% | 0.76% | - |
| XYZ | 32.55 | 23.93 | 53.94 | - |
| YUV | 138.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 194 | 0.11 | 0.43 | 0 | 0.24 | 285 | 0.41 | 0.6 |
| Hex | AD | 6E | C2 | B | 2B | 0 | 18 | 11D | 29 | 3C |
| Octal | 255 | 156 | 302 | 13 | 53 | 0 | 30 | 435 | 51 | 74 |
| Binary | 10101101 | 1101110 | 11000010 | 1011 | 101011 | 0 | 11000 | 100011101 | 101001 | 111100 |
Color Harmonies of #AD6EC2
Complementary color
Monochromatic Colors of #AD6EC2
Black with #AD6EC2
Text Example
Text Example
White with #AD6EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EC2; }
p { color: rgb(173,110,194); }
H1.HeaderClassName
{
color: #AD6EC2;
}
.AnyTagClassName
{
color: #AD6EC2;
}
</style>
background-color css
<style>
a { background-color: #AD6EC2; }
a { background-color: rgb(173,110,194); }
div.DivClassName
{
background-color: #AD6EC2;
}
.BgClassName
{
background-color: #AD6EC2;
}
</style>
border-color css
<style>
span { border-color: #AD6EC2; }
span { border-color: rgb(173,110,194); }
td.TdClassName
{
border-color: #AD6EC2;
}
.TagClassName
{
border-color: #AD6EC2;
}
</style>