Shades of Amethyst #AA73C8
Tints of Amethyst #AA73C8
RGB
CMYK
RGB Variations
Color information
#AA73C8 (or 0xAA73C8) is known color: Amethyst. HEX triplet: AA, 73 and C8. RGB value is (170,115,200). Sum of RGB (Red+Green+Blue) = 170+115+200=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA73C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73C8 is #558C37. Grayscale: #8C8C8C. Windows color (decimal): -5606456 or 13136810. OLE color: 13136810.
HSL color Cylindrical-coordinate representation of color #AA73C8: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA73C8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 115 | 200 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.22 |
| HSL | 278.82º | 0.44% | 0.62% | - |
| HSV(B) | 278.82º | 0.43% | 0.78% | - |
| XYZ | 33.13 | 24.98 | 57.72 | - |
| YUV | 141.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 200 | 0.15 | 0.42 | 0 | 0.22 | 278.82 | 0.44 | 0.62 |
| Hex | AA | 73 | C8 | F | 2A | 0 | 16 | 117 | 2C | 3E |
| Octal | 252 | 163 | 310 | 17 | 52 | 0 | 26 | 427 | 54 | 76 |
| Binary | 10101010 | 1110011 | 11001000 | 1111 | 101010 | 0 | 10110 | 100010111 | 101100 | 111110 |
Color Harmonies of #AA73C8
Complementary color
Monochromatic Colors of #AA73C8
Black with #AA73C8
Text Example
Text Example
White with #AA73C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73C8; }
p { color: rgb(170,115,200); }
H1.HeaderClassName
{
color: #AA73C8;
}
.AnyTagClassName
{
color: #AA73C8;
}
</style>
background-color css
<style>
a { background-color: #AA73C8; }
a { background-color: rgb(170,115,200); }
div.DivClassName
{
background-color: #AA73C8;
}
.BgClassName
{
background-color: #AA73C8;
}
</style>
border-color css
<style>
span { border-color: #AA73C8; }
span { border-color: rgb(170,115,200); }
td.TdClassName
{
border-color: #AA73C8;
}
.TagClassName
{
border-color: #AA73C8;
}
</style>