Shades of Amethyst #AD71DC
Tints of Amethyst #AD71DC
RGB
CMYK
RGB Variations
Color information
#AD71DC (or 0xAD71DC) is known color: Amethyst. HEX triplet: AD, 71 and DC. RGB value is (173,113,220). Sum of RGB (Red+Green+Blue) = 173+113+220=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71DC is #528E23. Grayscale: #8E8E8E. Windows color (decimal): -5410340 or 14447021. OLE color: 14447021.
HSL color Cylindrical-coordinate representation of color #AD71DC: hue angle of 273.64º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD71DC is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 113 | 220 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.14 |
| HSL | 273.64º | 0.6% | 0.65% | - |
| HSV(B) | 273.64º | 0.49% | 0.86% | - |
| XYZ | 36.06 | 25.86 | 70.8 | - |
| YUV | 143.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 220 | 0.21 | 0.49 | 0 | 0.14 | 273.64 | 0.6 | 0.65 |
| Hex | AD | 71 | DC | 15 | 31 | 0 | E | 112 | 3C | 41 |
| Octal | 255 | 161 | 334 | 25 | 61 | 0 | 16 | 422 | 74 | 101 |
| Binary | 10101101 | 1110001 | 11011100 | 10101 | 110001 | 0 | 1110 | 100010010 | 111100 | 1000001 |
Color Harmonies of #AD71DC
Complementary color
Monochromatic Colors of #AD71DC
Black with #AD71DC
Text Example
Text Example
White with #AD71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71DC; }
p { color: rgb(173,113,220); }
H1.HeaderClassName
{
color: #AD71DC;
}
.AnyTagClassName
{
color: #AD71DC;
}
</style>
background-color css
<style>
a { background-color: #AD71DC; }
a { background-color: rgb(173,113,220); }
div.DivClassName
{
background-color: #AD71DC;
}
.BgClassName
{
background-color: #AD71DC;
}
</style>
border-color css
<style>
span { border-color: #AD71DC; }
span { border-color: rgb(173,113,220); }
td.TdClassName
{
border-color: #AD71DC;
}
.TagClassName
{
border-color: #AD71DC;
}
</style>