Shades of Amethyst #AD70DB
Tints of Amethyst #AD70DB
RGB
CMYK
RGB Variations
Color information
#AD70DB (or 0xAD70DB) is known color: Amethyst. HEX triplet: AD, 70 and DB. RGB value is (173,112,219). Sum of RGB (Red+Green+Blue) = 173+112+219=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70DB is #528F24. Grayscale: #8E8E8E. Windows color (decimal): -5410597 or 14381229. OLE color: 14381229.
HSL color Cylindrical-coordinate representation of color #AD70DB: hue angle of 274.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD70DB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 112 | 219 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.14 |
| HSL | 274.21º | 0.6% | 0.65% | - |
| HSV(B) | 274.21º | 0.49% | 0.86% | - |
| XYZ | 35.81 | 25.59 | 70.07 | - |
| YUV | 142.44 | 171.21 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 219 | 0.21 | 0.49 | 0 | 0.14 | 274.21 | 0.6 | 0.65 |
| Hex | AD | 70 | DB | 15 | 31 | 0 | E | 112 | 3C | 41 |
| Octal | 255 | 160 | 333 | 25 | 61 | 0 | 16 | 422 | 74 | 101 |
| Binary | 10101101 | 1110000 | 11011011 | 10101 | 110001 | 0 | 1110 | 100010010 | 111100 | 1000001 |
Color Harmonies of #AD70DB
Complementary color
Monochromatic Colors of #AD70DB
Black with #AD70DB
Text Example
Text Example
White with #AD70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70DB; }
p { color: rgb(173,112,219); }
H1.HeaderClassName
{
color: #AD70DB;
}
.AnyTagClassName
{
color: #AD70DB;
}
</style>
background-color css
<style>
a { background-color: #AD70DB; }
a { background-color: rgb(173,112,219); }
div.DivClassName
{
background-color: #AD70DB;
}
.BgClassName
{
background-color: #AD70DB;
}
</style>
border-color css
<style>
span { border-color: #AD70DB; }
span { border-color: rgb(173,112,219); }
td.TdClassName
{
border-color: #AD70DB;
}
.TagClassName
{
border-color: #AD70DB;
}
</style>