Shades of Amethyst #AA6ADF
Tints of Amethyst #AA6ADF
RGB
CMYK
RGB Variations
Color information
#AA6ADF (or 0xAA6ADF) is known color: Amethyst. HEX triplet: AA, 6A and DF. RGB value is (170,106,223). Sum of RGB (Red+Green+Blue) = 170+106+223=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ADF is #559520. Grayscale: #8A8A8A. Windows color (decimal): -5608737 or 14641834. OLE color: 14641834.
HSL color Cylindrical-coordinate representation of color #AA6ADF: hue angle of 272.82º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6ADF is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 106 | 223 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.13 |
| HSL | 272.82º | 0.65% | 0.65% | - |
| HSV(B) | 272.82º | 0.52% | 0.87% | - |
| XYZ | 35.05 | 24.18 | 72.63 | - |
| YUV | 138.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 223 | 0.24 | 0.52 | 0 | 0.13 | 272.82 | 0.65 | 0.65 |
| Hex | AA | 6A | DF | 18 | 34 | 0 | D | 111 | 41 | 41 |
| Octal | 252 | 152 | 337 | 30 | 64 | 0 | 15 | 421 | 101 | 101 |
| Binary | 10101010 | 1101010 | 11011111 | 11000 | 110100 | 0 | 1101 | 100010001 | 1000001 | 1000001 |
Color Harmonies of #AA6ADF
Complementary color
Monochromatic Colors of #AA6ADF
Black with #AA6ADF
Text Example
Text Example
White with #AA6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ADF; }
p { color: rgb(170,106,223); }
H1.HeaderClassName
{
color: #AA6ADF;
}
.AnyTagClassName
{
color: #AA6ADF;
}
</style>
background-color css
<style>
a { background-color: #AA6ADF; }
a { background-color: rgb(170,106,223); }
div.DivClassName
{
background-color: #AA6ADF;
}
.BgClassName
{
background-color: #AA6ADF;
}
</style>
border-color css
<style>
span { border-color: #AA6ADF; }
span { border-color: rgb(170,106,223); }
td.TdClassName
{
border-color: #AA6ADF;
}
.TagClassName
{
border-color: #AA6ADF;
}
</style>