Shades of Amethyst #AD77CF
Tints of Amethyst #AD77CF
RGB
CMYK
RGB Variations
Color information
#AD77CF (or 0xAD77CF) is known color: Amethyst. HEX triplet: AD, 77 and CF. RGB value is (173,119,207). Sum of RGB (Red+Green+Blue) = 173+119+207=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77CF is #528830. Grayscale: #909090. Windows color (decimal): -5408817 or 13596589. OLE color: 13596589.
HSL color Cylindrical-coordinate representation of color #AD77CF: hue angle of 276.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD77CF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 119 | 207 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.19 |
| HSL | 276.82º | 0.48% | 0.64% | - |
| HSV(B) | 276.82º | 0.43% | 0.81% | - |
| XYZ | 35.09 | 26.58 | 62.31 | - |
| YUV | 145.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 207 | 0.16 | 0.43 | 0 | 0.19 | 276.82 | 0.48 | 0.64 |
| Hex | AD | 77 | CF | 10 | 2B | 0 | 13 | 115 | 30 | 40 |
| Octal | 255 | 167 | 317 | 20 | 53 | 0 | 23 | 425 | 60 | 100 |
| Binary | 10101101 | 1110111 | 11001111 | 10000 | 101011 | 0 | 10011 | 100010101 | 110000 | 1000000 |
Color Harmonies of #AD77CF
Complementary color
Monochromatic Colors of #AD77CF
Black with #AD77CF
Text Example
Text Example
White with #AD77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77CF; }
p { color: rgb(173,119,207); }
H1.HeaderClassName
{
color: #AD77CF;
}
.AnyTagClassName
{
color: #AD77CF;
}
</style>
background-color css
<style>
a { background-color: #AD77CF; }
a { background-color: rgb(173,119,207); }
div.DivClassName
{
background-color: #AD77CF;
}
.BgClassName
{
background-color: #AD77CF;
}
</style>
border-color css
<style>
span { border-color: #AD77CF; }
span { border-color: rgb(173,119,207); }
td.TdClassName
{
border-color: #AD77CF;
}
.TagClassName
{
border-color: #AD77CF;
}
</style>