Shades of Amethyst #AD71CA
Tints of Amethyst #AD71CA
RGB
CMYK
RGB Variations
Color information
#AD71CA (or 0xAD71CA) is known color: Amethyst. HEX triplet: AD, 71 and CA. RGB value is (173,113,202). Sum of RGB (Red+Green+Blue) = 173+113+202=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71CA is #528E35. Grayscale: #8C8C8C. Windows color (decimal): -5410358 or 13267373. OLE color: 13267373.
HSL color Cylindrical-coordinate representation of color #AD71CA: hue angle of 280.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD71CA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 113 | 202 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.21 |
| HSL | 280.45º | 0.46% | 0.62% | - |
| HSV(B) | 280.45º | 0.44% | 0.79% | - |
| XYZ | 33.8 | 24.96 | 58.91 | - |
| YUV | 141.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 202 | 0.14 | 0.44 | 0 | 0.21 | 280.45 | 0.46 | 0.62 |
| Hex | AD | 71 | CA | E | 2C | 0 | 15 | 118 | 2E | 3E |
| Octal | 255 | 161 | 312 | 16 | 54 | 0 | 25 | 430 | 56 | 76 |
| Binary | 10101101 | 1110001 | 11001010 | 1110 | 101100 | 0 | 10101 | 100011000 | 101110 | 111110 |
Color Harmonies of #AD71CA
Complementary color
Monochromatic Colors of #AD71CA
Black with #AD71CA
Text Example
Text Example
White with #AD71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71CA; }
p { color: rgb(173,113,202); }
H1.HeaderClassName
{
color: #AD71CA;
}
.AnyTagClassName
{
color: #AD71CA;
}
</style>
background-color css
<style>
a { background-color: #AD71CA; }
a { background-color: rgb(173,113,202); }
div.DivClassName
{
background-color: #AD71CA;
}
.BgClassName
{
background-color: #AD71CA;
}
</style>
border-color css
<style>
span { border-color: #AD71CA; }
span { border-color: rgb(173,113,202); }
td.TdClassName
{
border-color: #AD71CA;
}
.TagClassName
{
border-color: #AD71CA;
}
</style>