Shades of Amethyst #AD70C6
Tints of Amethyst #AD70C6
RGB
CMYK
RGB Variations
Color information
#AD70C6 (or 0xAD70C6) is known color: Amethyst. HEX triplet: AD, 70 and C6. RGB value is (173,112,198). Sum of RGB (Red+Green+Blue) = 173+112+198=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD70C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70C6 is #528F39. Grayscale: #8B8B8B. Windows color (decimal): -5410618 or 13004973. OLE color: 13004973.
HSL color Cylindrical-coordinate representation of color #AD70C6: hue angle of 282.56º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD70C6 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 112 | 198 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.22 |
| HSL | 282.56º | 0.43% | 0.61% | - |
| HSV(B) | 282.56º | 0.43% | 0.78% | - |
| XYZ | 33.22 | 24.55 | 56.41 | - |
| YUV | 140.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 198 | 0.13 | 0.43 | 0 | 0.22 | 282.56 | 0.43 | 0.61 |
| Hex | AD | 70 | C6 | D | 2B | 0 | 16 | 11B | 2B | 3D |
| Octal | 255 | 160 | 306 | 15 | 53 | 0 | 26 | 433 | 53 | 75 |
| Binary | 10101101 | 1110000 | 11000110 | 1101 | 101011 | 0 | 10110 | 100011011 | 101011 | 111101 |
Color Harmonies of #AD70C6
Complementary color
Monochromatic Colors of #AD70C6
Black with #AD70C6
Text Example
Text Example
White with #AD70C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70C6; }
p { color: rgb(173,112,198); }
H1.HeaderClassName
{
color: #AD70C6;
}
.AnyTagClassName
{
color: #AD70C6;
}
</style>
background-color css
<style>
a { background-color: #AD70C6; }
a { background-color: rgb(173,112,198); }
div.DivClassName
{
background-color: #AD70C6;
}
.BgClassName
{
background-color: #AD70C6;
}
</style>
border-color css
<style>
span { border-color: #AD70C6; }
span { border-color: rgb(173,112,198); }
td.TdClassName
{
border-color: #AD70C6;
}
.TagClassName
{
border-color: #AD70C6;
}
</style>