Shades of Amethyst #AA7AD0
Tints of Amethyst #AA7AD0
RGB
CMYK
RGB Variations
Color information
#AA7AD0 (or 0xAA7AD0) is known color: Amethyst. HEX triplet: AA, 7A and D0. RGB value is (170,122,208). Sum of RGB (Red+Green+Blue) = 170+122+208=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA7AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AD0 is #55852F. Grayscale: #919191. Windows color (decimal): -5604656 or 13662890. OLE color: 13662890.
HSL color Cylindrical-coordinate representation of color #AA7AD0: hue angle of 273.49º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7AD0 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 122 | 208 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.18 |
| HSL | 273.49º | 0.48% | 0.65% | - |
| HSV(B) | 273.49º | 0.41% | 0.82% | - |
| XYZ | 34.92 | 27.02 | 63.05 | - |
| YUV | 146.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 208 | 0.18 | 0.41 | 0 | 0.18 | 273.49 | 0.48 | 0.65 |
| Hex | AA | 7A | D0 | 12 | 29 | 0 | 12 | 111 | 30 | 41 |
| Octal | 252 | 172 | 320 | 22 | 51 | 0 | 22 | 421 | 60 | 101 |
| Binary | 10101010 | 1111010 | 11010000 | 10010 | 101001 | 0 | 10010 | 100010001 | 110000 | 1000001 |
Color Harmonies of #AA7AD0
Complementary color
Monochromatic Colors of #AA7AD0
Black with #AA7AD0
Text Example
Text Example
White with #AA7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7AD0; }
p { color: rgb(170,122,208); }
H1.HeaderClassName
{
color: #AA7AD0;
}
.AnyTagClassName
{
color: #AA7AD0;
}
</style>
background-color css
<style>
a { background-color: #AA7AD0; }
a { background-color: rgb(170,122,208); }
div.DivClassName
{
background-color: #AA7AD0;
}
.BgClassName
{
background-color: #AA7AD0;
}
</style>
border-color css
<style>
span { border-color: #AA7AD0; }
span { border-color: rgb(170,122,208); }
td.TdClassName
{
border-color: #AA7AD0;
}
.TagClassName
{
border-color: #AA7AD0;
}
</style>