Shades of Amethyst #AA7AD5
Tints of Amethyst #AA7AD5
RGB
CMYK
RGB Variations
Color information
#AA7AD5 (or 0xAA7AD5) is known color: Amethyst. HEX triplet: AA, 7A and D5. RGB value is (170,122,213). Sum of RGB (Red+Green+Blue) = 170+122+213=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA7AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AD5 is #55852A. Grayscale: #929292. Windows color (decimal): -5604651 or 13990570. OLE color: 13990570.
HSL color Cylindrical-coordinate representation of color #AA7AD5: hue angle of 271.65º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7AD5 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 122 | 213 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.16 |
| HSL | 271.65º | 0.52% | 0.66% | - |
| HSV(B) | 271.65º | 0.43% | 0.84% | - |
| XYZ | 35.55 | 27.27 | 66.34 | - |
| YUV | 146.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 213 | 0.20 | 0.43 | 0 | 0.16 | 271.65 | 0.52 | 0.66 |
| Hex | AA | 7A | D5 | 14 | 2B | 0 | 10 | 110 | 34 | 42 |
| Octal | 252 | 172 | 325 | 24 | 53 | 0 | 20 | 420 | 64 | 102 |
| Binary | 10101010 | 1111010 | 11010101 | 10100 | 101011 | 0 | 10000 | 100010000 | 110100 | 1000010 |
Color Harmonies of #AA7AD5
Complementary color
Monochromatic Colors of #AA7AD5
Black with #AA7AD5
Text Example
Text Example
White with #AA7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7AD5; }
p { color: rgb(170,122,213); }
H1.HeaderClassName
{
color: #AA7AD5;
}
.AnyTagClassName
{
color: #AA7AD5;
}
</style>
background-color css
<style>
a { background-color: #AA7AD5; }
a { background-color: rgb(170,122,213); }
div.DivClassName
{
background-color: #AA7AD5;
}
.BgClassName
{
background-color: #AA7AD5;
}
</style>
border-color css
<style>
span { border-color: #AA7AD5; }
span { border-color: rgb(170,122,213); }
td.TdClassName
{
border-color: #AA7AD5;
}
.TagClassName
{
border-color: #AA7AD5;
}
</style>