Shades of Amethyst #AD77DB
Tints of Amethyst #AD77DB
RGB
CMYK
RGB Variations
Color information
#AD77DB (or 0xAD77DB) is known color: Amethyst. HEX triplet: AD, 77 and DB. RGB value is (173,119,219). Sum of RGB (Red+Green+Blue) = 173+119+219=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77DB is #528824. Grayscale: #929292. Windows color (decimal): -5408805 or 14383021. OLE color: 14383021.
HSL color Cylindrical-coordinate representation of color #AD77DB: hue angle of 272.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD77DB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 119 | 219 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.14 |
| HSL | 272.4º | 0.58% | 0.66% | - |
| HSV(B) | 272.4º | 0.46% | 0.86% | - |
| XYZ | 36.62 | 27.19 | 70.34 | - |
| YUV | 146.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 219 | 0.21 | 0.46 | 0 | 0.14 | 272.4 | 0.58 | 0.66 |
| Hex | AD | 77 | DB | 15 | 2E | 0 | E | 110 | 3A | 42 |
| Octal | 255 | 167 | 333 | 25 | 56 | 0 | 16 | 420 | 72 | 102 |
| Binary | 10101101 | 1110111 | 11011011 | 10101 | 101110 | 0 | 1110 | 100010000 | 111010 | 1000010 |
Color Harmonies of #AD77DB
Complementary color
Monochromatic Colors of #AD77DB
Black with #AD77DB
Text Example
Text Example
White with #AD77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77DB; }
p { color: rgb(173,119,219); }
H1.HeaderClassName
{
color: #AD77DB;
}
.AnyTagClassName
{
color: #AD77DB;
}
</style>
background-color css
<style>
a { background-color: #AD77DB; }
a { background-color: rgb(173,119,219); }
div.DivClassName
{
background-color: #AD77DB;
}
.BgClassName
{
background-color: #AD77DB;
}
</style>
border-color css
<style>
span { border-color: #AD77DB; }
span { border-color: rgb(173,119,219); }
td.TdClassName
{
border-color: #AD77DB;
}
.TagClassName
{
border-color: #AD77DB;
}
</style>