Shades of Amethyst #AA73CF
Tints of Amethyst #AA73CF
RGB
CMYK
RGB Variations
Color information
#AA73CF (or 0xAA73CF) is known color: Amethyst. HEX triplet: AA, 73 and CF. RGB value is (170,115,207). Sum of RGB (Red+Green+Blue) = 170+115+207=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73CF is #558C30. Grayscale: #8D8D8D. Windows color (decimal): -5606449 or 13595562. OLE color: 13595562.
HSL color Cylindrical-coordinate representation of color #AA73CF: hue angle of 275.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA73CF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 115 | 207 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.19 |
| HSL | 275.87º | 0.49% | 0.63% | - |
| HSV(B) | 275.87º | 0.44% | 0.81% | - |
| XYZ | 33.97 | 25.31 | 62.13 | - |
| YUV | 141.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 207 | 0.18 | 0.44 | 0 | 0.19 | 275.87 | 0.49 | 0.63 |
| Hex | AA | 73 | CF | 12 | 2C | 0 | 13 | 114 | 31 | 3F |
| Octal | 252 | 163 | 317 | 22 | 54 | 0 | 23 | 424 | 61 | 77 |
| Binary | 10101010 | 1110011 | 11001111 | 10010 | 101100 | 0 | 10011 | 100010100 | 110001 | 111111 |
Color Harmonies of #AA73CF
Complementary color
Monochromatic Colors of #AA73CF
Black with #AA73CF
Text Example
Text Example
White with #AA73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73CF; }
p { color: rgb(170,115,207); }
H1.HeaderClassName
{
color: #AA73CF;
}
.AnyTagClassName
{
color: #AA73CF;
}
</style>
background-color css
<style>
a { background-color: #AA73CF; }
a { background-color: rgb(170,115,207); }
div.DivClassName
{
background-color: #AA73CF;
}
.BgClassName
{
background-color: #AA73CF;
}
</style>
border-color css
<style>
span { border-color: #AA73CF; }
span { border-color: rgb(170,115,207); }
td.TdClassName
{
border-color: #AA73CF;
}
.TagClassName
{
border-color: #AA73CF;
}
</style>