Shades of Amethyst #AD73DB
Tints of Amethyst #AD73DB
RGB
CMYK
RGB Variations
Color information
#AD73DB (or 0xAD73DB) is known color: Amethyst. HEX triplet: AD, 73 and DB. RGB value is (173,115,219). Sum of RGB (Red+Green+Blue) = 173+115+219=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73DB is #528C24. Grayscale: #8F8F8F. Windows color (decimal): -5409829 or 14381997. OLE color: 14381997.
HSL color Cylindrical-coordinate representation of color #AD73DB: hue angle of 273.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD73DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 115 | 219 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.14 |
| HSL | 273.46º | 0.59% | 0.65% | - |
| HSV(B) | 273.46º | 0.47% | 0.86% | - |
| XYZ | 36.15 | 26.26 | 70.18 | - |
| YUV | 144.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 219 | 0.21 | 0.47 | 0 | 0.14 | 273.46 | 0.59 | 0.65 |
| Hex | AD | 73 | DB | 15 | 2F | 0 | E | 111 | 3B | 41 |
| Octal | 255 | 163 | 333 | 25 | 57 | 0 | 16 | 421 | 73 | 101 |
| Binary | 10101101 | 1110011 | 11011011 | 10101 | 101111 | 0 | 1110 | 100010001 | 111011 | 1000001 |
Color Harmonies of #AD73DB
Complementary color
Monochromatic Colors of #AD73DB
Black with #AD73DB
Text Example
Text Example
White with #AD73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73DB; }
p { color: rgb(173,115,219); }
H1.HeaderClassName
{
color: #AD73DB;
}
.AnyTagClassName
{
color: #AD73DB;
}
</style>
background-color css
<style>
a { background-color: #AD73DB; }
a { background-color: rgb(173,115,219); }
div.DivClassName
{
background-color: #AD73DB;
}
.BgClassName
{
background-color: #AD73DB;
}
</style>
border-color css
<style>
span { border-color: #AD73DB; }
span { border-color: rgb(173,115,219); }
td.TdClassName
{
border-color: #AD73DB;
}
.TagClassName
{
border-color: #AD73DB;
}
</style>