Shades of Amethyst #AA73D0
Tints of Amethyst #AA73D0
RGB
CMYK
RGB Variations
Color information
#AA73D0 (or 0xAA73D0) is known color: Amethyst. HEX triplet: AA, 73 and D0. RGB value is (170,115,208). Sum of RGB (Red+Green+Blue) = 170+115+208=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA73D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73D0 is #558C2F. Grayscale: #8D8D8D. Windows color (decimal): -5606448 or 13661098. OLE color: 13661098.
HSL color Cylindrical-coordinate representation of color #AA73D0: hue angle of 275.48º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA73D0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 115 | 208 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.18 |
| HSL | 275.48º | 0.5% | 0.63% | - |
| HSV(B) | 275.48º | 0.45% | 0.82% | - |
| XYZ | 34.09 | 25.36 | 62.77 | - |
| YUV | 142.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 208 | 0.18 | 0.45 | 0 | 0.18 | 275.48 | 0.5 | 0.63 |
| Hex | AA | 73 | D0 | 12 | 2D | 0 | 12 | 113 | 32 | 3F |
| Octal | 252 | 163 | 320 | 22 | 55 | 0 | 22 | 423 | 62 | 77 |
| Binary | 10101010 | 1110011 | 11010000 | 10010 | 101101 | 0 | 10010 | 100010011 | 110010 | 111111 |
Color Harmonies of #AA73D0
Complementary color
Monochromatic Colors of #AA73D0
Black with #AA73D0
Text Example
Text Example
White with #AA73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73D0; }
p { color: rgb(170,115,208); }
H1.HeaderClassName
{
color: #AA73D0;
}
.AnyTagClassName
{
color: #AA73D0;
}
</style>
background-color css
<style>
a { background-color: #AA73D0; }
a { background-color: rgb(170,115,208); }
div.DivClassName
{
background-color: #AA73D0;
}
.BgClassName
{
background-color: #AA73D0;
}
</style>
border-color css
<style>
span { border-color: #AA73D0; }
span { border-color: rgb(170,115,208); }
td.TdClassName
{
border-color: #AA73D0;
}
.TagClassName
{
border-color: #AA73D0;
}
</style>