Shades of Amethyst #AD6DC7
Tints of Amethyst #AD6DC7
RGB
CMYK
RGB Variations
Color information
#AD6DC7 (or 0xAD6DC7) is known color: Amethyst. HEX triplet: AD, 6D and C7. RGB value is (173,109,199). Sum of RGB (Red+Green+Blue) = 173+109+199=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD6DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DC7 is #529238. Grayscale: #8A8A8A. Windows color (decimal): -5411385 or 13069741. OLE color: 13069741.
HSL color Cylindrical-coordinate representation of color #AD6DC7: hue angle of 282.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6DC7 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 109 | 199 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.22 |
| HSL | 282.67º | 0.45% | 0.6% | - |
| HSV(B) | 282.67º | 0.45% | 0.78% | - |
| XYZ | 33.01 | 23.95 | 56.91 | - |
| YUV | 138.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 199 | 0.13 | 0.45 | 0 | 0.22 | 282.67 | 0.45 | 0.6 |
| Hex | AD | 6D | C7 | D | 2D | 0 | 16 | 11B | 2D | 3C |
| Octal | 255 | 155 | 307 | 15 | 55 | 0 | 26 | 433 | 55 | 74 |
| Binary | 10101101 | 1101101 | 11000111 | 1101 | 101101 | 0 | 10110 | 100011011 | 101101 | 111100 |
Color Harmonies of #AD6DC7
Complementary color
Monochromatic Colors of #AD6DC7
Black with #AD6DC7
Text Example
Text Example
White with #AD6DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DC7; }
p { color: rgb(173,109,199); }
H1.HeaderClassName
{
color: #AD6DC7;
}
.AnyTagClassName
{
color: #AD6DC7;
}
</style>
background-color css
<style>
a { background-color: #AD6DC7; }
a { background-color: rgb(173,109,199); }
div.DivClassName
{
background-color: #AD6DC7;
}
.BgClassName
{
background-color: #AD6DC7;
}
</style>
border-color css
<style>
span { border-color: #AD6DC7; }
span { border-color: rgb(173,109,199); }
td.TdClassName
{
border-color: #AD6DC7;
}
.TagClassName
{
border-color: #AD6DC7;
}
</style>