Shades of Amethyst #AD6BD5
Tints of Amethyst #AD6BD5
RGB
CMYK
RGB Variations
Color information
#AD6BD5 (or 0xAD6BD5) is known color: Amethyst. HEX triplet: AD, 6B and D5. RGB value is (173,107,213). Sum of RGB (Red+Green+Blue) = 173+107+213=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD6BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BD5 is #52942A. Grayscale: #8A8A8A. Windows color (decimal): -5411883 or 13986733. OLE color: 13986733.
HSL color Cylindrical-coordinate representation of color #AD6BD5: hue angle of 277.36º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6BD5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 107 | 213 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.16 |
| HSL | 277.36º | 0.56% | 0.63% | - |
| HSV(B) | 277.36º | 0.5% | 0.84% | - |
| XYZ | 34.5 | 24.2 | 65.8 | - |
| YUV | 138.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 213 | 0.19 | 0.50 | 0 | 0.16 | 277.36 | 0.56 | 0.63 |
| Hex | AD | 6B | D5 | 13 | 32 | 0 | 10 | 115 | 38 | 3F |
| Octal | 255 | 153 | 325 | 23 | 62 | 0 | 20 | 425 | 70 | 77 |
| Binary | 10101101 | 1101011 | 11010101 | 10011 | 110010 | 0 | 10000 | 100010101 | 111000 | 111111 |
Color Harmonies of #AD6BD5
Complementary color
Monochromatic Colors of #AD6BD5
Black with #AD6BD5
Text Example
Text Example
White with #AD6BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BD5; }
p { color: rgb(173,107,213); }
H1.HeaderClassName
{
color: #AD6BD5;
}
.AnyTagClassName
{
color: #AD6BD5;
}
</style>
background-color css
<style>
a { background-color: #AD6BD5; }
a { background-color: rgb(173,107,213); }
div.DivClassName
{
background-color: #AD6BD5;
}
.BgClassName
{
background-color: #AD6BD5;
}
</style>
border-color css
<style>
span { border-color: #AD6BD5; }
span { border-color: rgb(173,107,213); }
td.TdClassName
{
border-color: #AD6BD5;
}
.TagClassName
{
border-color: #AD6BD5;
}
</style>