Shades of Amethyst #AD6DC8
Tints of Amethyst #AD6DC8
RGB
CMYK
RGB Variations
Color information
#AD6DC8 (or 0xAD6DC8) is known color: Amethyst. HEX triplet: AD, 6D and C8. RGB value is (173,109,200). Sum of RGB (Red+Green+Blue) = 173+109+200=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD6DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DC8 is #529237. Grayscale: #8A8A8A. Windows color (decimal): -5411384 or 13135277. OLE color: 13135277.
HSL color Cylindrical-coordinate representation of color #AD6DC8: hue angle of 282.2º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6DC8 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 109 | 200 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.22 |
| HSL | 282.2º | 0.45% | 0.61% | - |
| HSV(B) | 282.2º | 0.46% | 0.78% | - |
| XYZ | 33.13 | 23.99 | 57.53 | - |
| YUV | 138.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 200 | 0.14 | 0.46 | 0 | 0.22 | 282.2 | 0.45 | 0.61 |
| Hex | AD | 6D | C8 | E | 2E | 0 | 16 | 11A | 2D | 3D |
| Octal | 255 | 155 | 310 | 16 | 56 | 0 | 26 | 432 | 55 | 75 |
| Binary | 10101101 | 1101101 | 11001000 | 1110 | 101110 | 0 | 10110 | 100011010 | 101101 | 111101 |
Color Harmonies of #AD6DC8
Complementary color
Monochromatic Colors of #AD6DC8
Black with #AD6DC8
Text Example
Text Example
White with #AD6DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DC8; }
p { color: rgb(173,109,200); }
H1.HeaderClassName
{
color: #AD6DC8;
}
.AnyTagClassName
{
color: #AD6DC8;
}
</style>
background-color css
<style>
a { background-color: #AD6DC8; }
a { background-color: rgb(173,109,200); }
div.DivClassName
{
background-color: #AD6DC8;
}
.BgClassName
{
background-color: #AD6DC8;
}
</style>
border-color css
<style>
span { border-color: #AD6DC8; }
span { border-color: rgb(173,109,200); }
td.TdClassName
{
border-color: #AD6DC8;
}
.TagClassName
{
border-color: #AD6DC8;
}
</style>