Shades of Amethyst #AD70DA
Tints of Amethyst #AD70DA
RGB
CMYK
RGB Variations
Color information
#AD70DA (or 0xAD70DA) is known color: Amethyst. HEX triplet: AD, 70 and DA. RGB value is (173,112,218). Sum of RGB (Red+Green+Blue) = 173+112+218=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD70DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70DA is #528F25. Grayscale: #8D8D8D. Windows color (decimal): -5410598 or 14315693. OLE color: 14315693.
HSL color Cylindrical-coordinate representation of color #AD70DA: hue angle of 274.53º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD70DA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 112 | 218 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.15 |
| HSL | 274.53º | 0.59% | 0.65% | - |
| HSV(B) | 274.53º | 0.49% | 0.85% | - |
| XYZ | 35.68 | 25.53 | 69.38 | - |
| YUV | 142.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 218 | 0.21 | 0.49 | 0 | 0.15 | 274.53 | 0.59 | 0.65 |
| Hex | AD | 70 | DA | 15 | 31 | 0 | F | 113 | 3B | 41 |
| Octal | 255 | 160 | 332 | 25 | 61 | 0 | 17 | 423 | 73 | 101 |
| Binary | 10101101 | 1110000 | 11011010 | 10101 | 110001 | 0 | 1111 | 100010011 | 111011 | 1000001 |
Color Harmonies of #AD70DA
Complementary color
Monochromatic Colors of #AD70DA
Black with #AD70DA
Text Example
Text Example
White with #AD70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70DA; }
p { color: rgb(173,112,218); }
H1.HeaderClassName
{
color: #AD70DA;
}
.AnyTagClassName
{
color: #AD70DA;
}
</style>
background-color css
<style>
a { background-color: #AD70DA; }
a { background-color: rgb(173,112,218); }
div.DivClassName
{
background-color: #AD70DA;
}
.BgClassName
{
background-color: #AD70DA;
}
</style>
border-color css
<style>
span { border-color: #AD70DA; }
span { border-color: rgb(173,112,218); }
td.TdClassName
{
border-color: #AD70DA;
}
.TagClassName
{
border-color: #AD70DA;
}
</style>