Shades of Amethyst #AD6BCE
Tints of Amethyst #AD6BCE
RGB
CMYK
RGB Variations
Color information
#AD6BCE (or 0xAD6BCE) is known color: Amethyst. HEX triplet: AD, 6B and CE. RGB value is (173,107,206). Sum of RGB (Red+Green+Blue) = 173+107+206=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BCE is #529431. Grayscale: #898989. Windows color (decimal): -5411890 or 13527981. OLE color: 13527981.
HSL color Cylindrical-coordinate representation of color #AD6BCE: hue angle of 280º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD6BCE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 107 | 206 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.19 |
| HSL | 280º | 0.5% | 0.61% | - |
| HSV(B) | 280º | 0.48% | 0.81% | - |
| XYZ | 33.63 | 23.86 | 61.22 | - |
| YUV | 138.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 206 | 0.16 | 0.48 | 0 | 0.19 | 280 | 0.5 | 0.61 |
| Hex | AD | 6B | CE | 10 | 30 | 0 | 13 | 118 | 32 | 3D |
| Octal | 255 | 153 | 316 | 20 | 60 | 0 | 23 | 430 | 62 | 75 |
| Binary | 10101101 | 1101011 | 11001110 | 10000 | 110000 | 0 | 10011 | 100011000 | 110010 | 111101 |
Color Harmonies of #AD6BCE
Complementary color
Monochromatic Colors of #AD6BCE
Black with #AD6BCE
Text Example
Text Example
White with #AD6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BCE; }
p { color: rgb(173,107,206); }
H1.HeaderClassName
{
color: #AD6BCE;
}
.AnyTagClassName
{
color: #AD6BCE;
}
</style>
background-color css
<style>
a { background-color: #AD6BCE; }
a { background-color: rgb(173,107,206); }
div.DivClassName
{
background-color: #AD6BCE;
}
.BgClassName
{
background-color: #AD6BCE;
}
</style>
border-color css
<style>
span { border-color: #AD6BCE; }
span { border-color: rgb(173,107,206); }
td.TdClassName
{
border-color: #AD6BCE;
}
.TagClassName
{
border-color: #AD6BCE;
}
</style>