Shades of Amethyst #AD71CC
Tints of Amethyst #AD71CC
RGB
CMYK
RGB Variations
Color information
#AD71CC (or 0xAD71CC) is known color: Amethyst. HEX triplet: AD, 71 and CC. RGB value is (173,113,204). Sum of RGB (Red+Green+Blue) = 173+113+204=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD71CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71CC is #528E33. Grayscale: #8D8D8D. Windows color (decimal): -5410356 or 13398445. OLE color: 13398445.
HSL color Cylindrical-coordinate representation of color #AD71CC: hue angle of 279.56º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD71CC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 113 | 204 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.2 |
| HSL | 279.56º | 0.47% | 0.62% | - |
| HSV(B) | 279.56º | 0.45% | 0.8% | - |
| XYZ | 34.04 | 25.05 | 60.17 | - |
| YUV | 141.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 204 | 0.15 | 0.45 | 0 | 0.2 | 279.56 | 0.47 | 0.62 |
| Hex | AD | 71 | CC | F | 2D | 0 | 14 | 118 | 2F | 3E |
| Octal | 255 | 161 | 314 | 17 | 55 | 0 | 24 | 430 | 57 | 76 |
| Binary | 10101101 | 1110001 | 11001100 | 1111 | 101101 | 0 | 10100 | 100011000 | 101111 | 111110 |
Color Harmonies of #AD71CC
Complementary color
Monochromatic Colors of #AD71CC
Black with #AD71CC
Text Example
Text Example
White with #AD71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71CC; }
p { color: rgb(173,113,204); }
H1.HeaderClassName
{
color: #AD71CC;
}
.AnyTagClassName
{
color: #AD71CC;
}
</style>
background-color css
<style>
a { background-color: #AD71CC; }
a { background-color: rgb(173,113,204); }
div.DivClassName
{
background-color: #AD71CC;
}
.BgClassName
{
background-color: #AD71CC;
}
</style>
border-color css
<style>
span { border-color: #AD71CC; }
span { border-color: rgb(173,113,204); }
td.TdClassName
{
border-color: #AD71CC;
}
.TagClassName
{
border-color: #AD71CC;
}
</style>