Shades of Amethyst #AD74DB
Tints of Amethyst #AD74DB
RGB
CMYK
RGB Variations
Color information
#AD74DB (or 0xAD74DB) is known color: Amethyst. HEX triplet: AD, 74 and DB. RGB value is (173,116,219). Sum of RGB (Red+Green+Blue) = 173+116+219=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74DB is #528B24. Grayscale: #909090. Windows color (decimal): -5409573 or 14382253. OLE color: 14382253.
HSL color Cylindrical-coordinate representation of color #AD74DB: hue angle of 273.2º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD74DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 116 | 219 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.14 |
| HSL | 273.2º | 0.59% | 0.66% | - |
| HSV(B) | 273.2º | 0.47% | 0.86% | - |
| XYZ | 36.27 | 26.49 | 70.22 | - |
| YUV | 144.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 219 | 0.21 | 0.47 | 0 | 0.14 | 273.2 | 0.59 | 0.66 |
| Hex | AD | 74 | DB | 15 | 2F | 0 | E | 111 | 3B | 42 |
| Octal | 255 | 164 | 333 | 25 | 57 | 0 | 16 | 421 | 73 | 102 |
| Binary | 10101101 | 1110100 | 11011011 | 10101 | 101111 | 0 | 1110 | 100010001 | 111011 | 1000010 |
Color Harmonies of #AD74DB
Complementary color
Monochromatic Colors of #AD74DB
Black with #AD74DB
Text Example
Text Example
White with #AD74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74DB; }
p { color: rgb(173,116,219); }
H1.HeaderClassName
{
color: #AD74DB;
}
.AnyTagClassName
{
color: #AD74DB;
}
</style>
background-color css
<style>
a { background-color: #AD74DB; }
a { background-color: rgb(173,116,219); }
div.DivClassName
{
background-color: #AD74DB;
}
.BgClassName
{
background-color: #AD74DB;
}
</style>
border-color css
<style>
span { border-color: #AD74DB; }
span { border-color: rgb(173,116,219); }
td.TdClassName
{
border-color: #AD74DB;
}
.TagClassName
{
border-color: #AD74DB;
}
</style>