Shades of Amethyst #AA73CE
Tints of Amethyst #AA73CE
RGB
CMYK
RGB Variations
Color information
#AA73CE (or 0xAA73CE) is known color: Amethyst. HEX triplet: AA, 73 and CE. RGB value is (170,115,206). Sum of RGB (Red+Green+Blue) = 170+115+206=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA73CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73CE is #558C31. Grayscale: #8D8D8D. Windows color (decimal): -5606450 or 13530026. OLE color: 13530026.
HSL color Cylindrical-coordinate representation of color #AA73CE: hue angle of 276.26º degrees, saturation: 0.48, 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 #AA73CE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 115 | 206 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.19 |
| HSL | 276.26º | 0.48% | 0.63% | - |
| HSV(B) | 276.26º | 0.44% | 0.81% | - |
| XYZ | 33.85 | 25.26 | 61.48 | - |
| YUV | 141.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 206 | 0.17 | 0.44 | 0 | 0.19 | 276.26 | 0.48 | 0.63 |
| Hex | AA | 73 | CE | 11 | 2C | 0 | 13 | 114 | 30 | 3F |
| Octal | 252 | 163 | 316 | 21 | 54 | 0 | 23 | 424 | 60 | 77 |
| Binary | 10101010 | 1110011 | 11001110 | 10001 | 101100 | 0 | 10011 | 100010100 | 110000 | 111111 |
Color Harmonies of #AA73CE
Complementary color
Monochromatic Colors of #AA73CE
Black with #AA73CE
Text Example
Text Example
White with #AA73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73CE; }
p { color: rgb(170,115,206); }
H1.HeaderClassName
{
color: #AA73CE;
}
.AnyTagClassName
{
color: #AA73CE;
}
</style>
background-color css
<style>
a { background-color: #AA73CE; }
a { background-color: rgb(170,115,206); }
div.DivClassName
{
background-color: #AA73CE;
}
.BgClassName
{
background-color: #AA73CE;
}
</style>
border-color css
<style>
span { border-color: #AA73CE; }
span { border-color: rgb(170,115,206); }
td.TdClassName
{
border-color: #AA73CE;
}
.TagClassName
{
border-color: #AA73CE;
}
</style>