Shades of Amethyst #AA6AD1
Tints of Amethyst #AA6AD1
RGB
CMYK
RGB Variations
Color information
#AA6AD1 (or 0xAA6AD1) is known color: Amethyst. HEX triplet: AA, 6A and D1. RGB value is (170,106,209). Sum of RGB (Red+Green+Blue) = 170+106+209=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA6AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD1 is #55952E. Grayscale: #888888. Windows color (decimal): -5608751 or 13724330. OLE color: 13724330.
HSL color Cylindrical-coordinate representation of color #AA6AD1: hue angle of 277.28º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6AD1 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 106 | 209 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.18 |
| HSL | 277.28º | 0.53% | 0.62% | - |
| HSV(B) | 277.28º | 0.49% | 0.82% | - |
| XYZ | 33.24 | 23.46 | 63.1 | - |
| YUV | 136.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 209 | 0.19 | 0.49 | 0 | 0.18 | 277.28 | 0.53 | 0.62 |
| Hex | AA | 6A | D1 | 13 | 31 | 0 | 12 | 115 | 35 | 3E |
| Octal | 252 | 152 | 321 | 23 | 61 | 0 | 22 | 425 | 65 | 76 |
| Binary | 10101010 | 1101010 | 11010001 | 10011 | 110001 | 0 | 10010 | 100010101 | 110101 | 111110 |
Color Harmonies of #AA6AD1
Complementary color
Monochromatic Colors of #AA6AD1
Black with #AA6AD1
Text Example
Text Example
White with #AA6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6AD1; }
p { color: rgb(170,106,209); }
H1.HeaderClassName
{
color: #AA6AD1;
}
.AnyTagClassName
{
color: #AA6AD1;
}
</style>
background-color css
<style>
a { background-color: #AA6AD1; }
a { background-color: rgb(170,106,209); }
div.DivClassName
{
background-color: #AA6AD1;
}
.BgClassName
{
background-color: #AA6AD1;
}
</style>
border-color css
<style>
span { border-color: #AA6AD1; }
span { border-color: rgb(170,106,209); }
td.TdClassName
{
border-color: #AA6AD1;
}
.TagClassName
{
border-color: #AA6AD1;
}
</style>