Shades of Amethyst #AA73D6
Tints of Amethyst #AA73D6
RGB
CMYK
RGB Variations
Color information
#AA73D6 (or 0xAA73D6) is known color: Amethyst. HEX triplet: AA, 73 and D6. RGB value is (170,115,214). Sum of RGB (Red+Green+Blue) = 170+115+214=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA73D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73D6 is #558C29. Grayscale: #8E8E8E. Windows color (decimal): -5606442 or 14054314. OLE color: 14054314.
HSL color Cylindrical-coordinate representation of color #AA73D6: hue angle of 273.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA73D6 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 115 | 214 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.16 |
| HSL | 273.33º | 0.55% | 0.65% | - |
| HSV(B) | 273.33º | 0.46% | 0.84% | - |
| XYZ | 34.85 | 25.66 | 66.74 | - |
| YUV | 142.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 214 | 0.21 | 0.46 | 0 | 0.16 | 273.33 | 0.55 | 0.65 |
| Hex | AA | 73 | D6 | 15 | 2E | 0 | 10 | 111 | 37 | 41 |
| Octal | 252 | 163 | 326 | 25 | 56 | 0 | 20 | 421 | 67 | 101 |
| Binary | 10101010 | 1110011 | 11010110 | 10101 | 101110 | 0 | 10000 | 100010001 | 110111 | 1000001 |
Color Harmonies of #AA73D6
Complementary color
Monochromatic Colors of #AA73D6
Black with #AA73D6
Text Example
Text Example
White with #AA73D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73D6; }
p { color: rgb(170,115,214); }
H1.HeaderClassName
{
color: #AA73D6;
}
.AnyTagClassName
{
color: #AA73D6;
}
</style>
background-color css
<style>
a { background-color: #AA73D6; }
a { background-color: rgb(170,115,214); }
div.DivClassName
{
background-color: #AA73D6;
}
.BgClassName
{
background-color: #AA73D6;
}
</style>
border-color css
<style>
span { border-color: #AA73D6; }
span { border-color: rgb(170,115,214); }
td.TdClassName
{
border-color: #AA73D6;
}
.TagClassName
{
border-color: #AA73D6;
}
</style>