Shades of Amethyst #AD6ACE
Tints of Amethyst #AD6ACE
RGB
CMYK
RGB Variations
Color information
#AD6ACE (or 0xAD6ACE) is known color: Amethyst. HEX triplet: AD, 6A and CE. RGB value is (173,106,206). Sum of RGB (Red+Green+Blue) = 173+106+206=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ACE is #529531. Grayscale: #898989. Windows color (decimal): -5412146 or 13527725. OLE color: 13527725.
HSL color Cylindrical-coordinate representation of color #AD6ACE: hue angle of 280.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6ACE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 106 | 206 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.19 |
| HSL | 280.2º | 0.51% | 0.61% | - |
| HSV(B) | 280.2º | 0.49% | 0.81% | - |
| XYZ | 33.53 | 23.65 | 61.19 | - |
| YUV | 137.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 206 | 0.16 | 0.49 | 0 | 0.19 | 280.2 | 0.51 | 0.61 |
| Hex | AD | 6A | CE | 10 | 31 | 0 | 13 | 118 | 33 | 3D |
| Octal | 255 | 152 | 316 | 20 | 61 | 0 | 23 | 430 | 63 | 75 |
| Binary | 10101101 | 1101010 | 11001110 | 10000 | 110001 | 0 | 10011 | 100011000 | 110011 | 111101 |
Color Harmonies of #AD6ACE
Complementary color
Monochromatic Colors of #AD6ACE
Black with #AD6ACE
Text Example
Text Example
White with #AD6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ACE; }
p { color: rgb(173,106,206); }
H1.HeaderClassName
{
color: #AD6ACE;
}
.AnyTagClassName
{
color: #AD6ACE;
}
</style>
background-color css
<style>
a { background-color: #AD6ACE; }
a { background-color: rgb(173,106,206); }
div.DivClassName
{
background-color: #AD6ACE;
}
.BgClassName
{
background-color: #AD6ACE;
}
</style>
border-color css
<style>
span { border-color: #AD6ACE; }
span { border-color: rgb(173,106,206); }
td.TdClassName
{
border-color: #AD6ACE;
}
.TagClassName
{
border-color: #AD6ACE;
}
</style>