Shades of Amethyst #AD73CA
Tints of Amethyst #AD73CA
RGB
CMYK
RGB Variations
Color information
#AD73CA (or 0xAD73CA) is known color: Amethyst. HEX triplet: AD, 73 and CA. RGB value is (173,115,202). Sum of RGB (Red+Green+Blue) = 173+115+202=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD73CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73CA is #528C35. Grayscale: #8D8D8D. Windows color (decimal): -5409846 or 13267885. OLE color: 13267885.
HSL color Cylindrical-coordinate representation of color #AD73CA: hue angle of 280º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD73CA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 115 | 202 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.21 |
| HSL | 280º | 0.45% | 0.62% | - |
| HSV(B) | 280º | 0.43% | 0.79% | - |
| XYZ | 34.02 | 25.41 | 58.99 | - |
| YUV | 142.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 202 | 0.14 | 0.43 | 0 | 0.21 | 280 | 0.45 | 0.62 |
| Hex | AD | 73 | CA | E | 2B | 0 | 15 | 118 | 2D | 3E |
| Octal | 255 | 163 | 312 | 16 | 53 | 0 | 25 | 430 | 55 | 76 |
| Binary | 10101101 | 1110011 | 11001010 | 1110 | 101011 | 0 | 10101 | 100011000 | 101101 | 111110 |
Color Harmonies of #AD73CA
Complementary color
Monochromatic Colors of #AD73CA
Black with #AD73CA
Text Example
Text Example
White with #AD73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73CA; }
p { color: rgb(173,115,202); }
H1.HeaderClassName
{
color: #AD73CA;
}
.AnyTagClassName
{
color: #AD73CA;
}
</style>
background-color css
<style>
a { background-color: #AD73CA; }
a { background-color: rgb(173,115,202); }
div.DivClassName
{
background-color: #AD73CA;
}
.BgClassName
{
background-color: #AD73CA;
}
</style>
border-color css
<style>
span { border-color: #AD73CA; }
span { border-color: rgb(173,115,202); }
td.TdClassName
{
border-color: #AD73CA;
}
.TagClassName
{
border-color: #AD73CA;
}
</style>