Shades of Amethyst #AA7AD3
Tints of Amethyst #AA7AD3
RGB
CMYK
RGB Variations
Color information
#AA7AD3 (or 0xAA7AD3) is known color: Amethyst. HEX triplet: AA, 7A and D3. RGB value is (170,122,211). Sum of RGB (Red+Green+Blue) = 170+122+211=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA7AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AD3 is #55852C. Grayscale: #929292. Windows color (decimal): -5604653 or 13859498. OLE color: 13859498.
HSL color Cylindrical-coordinate representation of color #AA7AD3: hue angle of 272.36º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7AD3 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 122 | 211 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.17 |
| HSL | 272.36º | 0.5% | 0.65% | - |
| HSV(B) | 272.36º | 0.42% | 0.83% | - |
| XYZ | 35.29 | 27.17 | 65.01 | - |
| YUV | 146.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 211 | 0.19 | 0.42 | 0 | 0.17 | 272.36 | 0.5 | 0.65 |
| Hex | AA | 7A | D3 | 13 | 2A | 0 | 11 | 110 | 32 | 41 |
| Octal | 252 | 172 | 323 | 23 | 52 | 0 | 21 | 420 | 62 | 101 |
| Binary | 10101010 | 1111010 | 11010011 | 10011 | 101010 | 0 | 10001 | 100010000 | 110010 | 1000001 |
Color Harmonies of #AA7AD3
Complementary color
Monochromatic Colors of #AA7AD3
Black with #AA7AD3
Text Example
Text Example
White with #AA7AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7AD3; }
p { color: rgb(170,122,211); }
H1.HeaderClassName
{
color: #AA7AD3;
}
.AnyTagClassName
{
color: #AA7AD3;
}
</style>
background-color css
<style>
a { background-color: #AA7AD3; }
a { background-color: rgb(170,122,211); }
div.DivClassName
{
background-color: #AA7AD3;
}
.BgClassName
{
background-color: #AA7AD3;
}
</style>
border-color css
<style>
span { border-color: #AA7AD3; }
span { border-color: rgb(170,122,211); }
td.TdClassName
{
border-color: #AA7AD3;
}
.TagClassName
{
border-color: #AA7AD3;
}
</style>