Shades of Amethyst #AD77DA
Tints of Amethyst #AD77DA
RGB
CMYK
RGB Variations
Color information
#AD77DA (or 0xAD77DA) is known color: Amethyst. HEX triplet: AD, 77 and DA. RGB value is (173,119,218). Sum of RGB (Red+Green+Blue) = 173+119+218=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77DA is #528825. Grayscale: #929292. Windows color (decimal): -5408806 or 14317485. OLE color: 14317485.
HSL color Cylindrical-coordinate representation of color #AD77DA: hue angle of 272.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD77DA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 119 | 218 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.15 |
| HSL | 272.73º | 0.57% | 0.66% | - |
| HSV(B) | 272.73º | 0.45% | 0.85% | - |
| XYZ | 36.49 | 27.14 | 69.65 | - |
| YUV | 146.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 218 | 0.21 | 0.45 | 0 | 0.15 | 272.73 | 0.57 | 0.66 |
| Hex | AD | 77 | DA | 15 | 2D | 0 | F | 111 | 39 | 42 |
| Octal | 255 | 167 | 332 | 25 | 55 | 0 | 17 | 421 | 71 | 102 |
| Binary | 10101101 | 1110111 | 11011010 | 10101 | 101101 | 0 | 1111 | 100010001 | 111001 | 1000010 |
Color Harmonies of #AD77DA
Complementary color
Monochromatic Colors of #AD77DA
Black with #AD77DA
Text Example
Text Example
White with #AD77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77DA; }
p { color: rgb(173,119,218); }
H1.HeaderClassName
{
color: #AD77DA;
}
.AnyTagClassName
{
color: #AD77DA;
}
</style>
background-color css
<style>
a { background-color: #AD77DA; }
a { background-color: rgb(173,119,218); }
div.DivClassName
{
background-color: #AD77DA;
}
.BgClassName
{
background-color: #AD77DA;
}
</style>
border-color css
<style>
span { border-color: #AD77DA; }
span { border-color: rgb(173,119,218); }
td.TdClassName
{
border-color: #AD77DA;
}
.TagClassName
{
border-color: #AD77DA;
}
</style>