Shades of Amethyst #AA6ADC
Tints of Amethyst #AA6ADC
RGB
CMYK
RGB Variations
Color information
#AA6ADC (or 0xAA6ADC) is known color: Amethyst. HEX triplet: AA, 6A and DC. RGB value is (170,106,220). Sum of RGB (Red+Green+Blue) = 170+106+220=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ADC is #559523. Grayscale: #898989. Windows color (decimal): -5608740 or 14445226. OLE color: 14445226.
HSL color Cylindrical-coordinate representation of color #AA6ADC: hue angle of 273.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6ADC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 106 | 220 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.14 |
| HSL | 273.68º | 0.62% | 0.64% | - |
| HSV(B) | 273.68º | 0.52% | 0.86% | - |
| XYZ | 34.65 | 24.02 | 70.52 | - |
| YUV | 138.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 220 | 0.23 | 0.52 | 0 | 0.14 | 273.68 | 0.62 | 0.64 |
| Hex | AA | 6A | DC | 17 | 34 | 0 | E | 112 | 3E | 40 |
| Octal | 252 | 152 | 334 | 27 | 64 | 0 | 16 | 422 | 76 | 100 |
| Binary | 10101010 | 1101010 | 11011100 | 10111 | 110100 | 0 | 1110 | 100010010 | 111110 | 1000000 |
Color Harmonies of #AA6ADC
Complementary color
Monochromatic Colors of #AA6ADC
Black with #AA6ADC
Text Example
Text Example
White with #AA6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ADC; }
p { color: rgb(170,106,220); }
H1.HeaderClassName
{
color: #AA6ADC;
}
.AnyTagClassName
{
color: #AA6ADC;
}
</style>
background-color css
<style>
a { background-color: #AA6ADC; }
a { background-color: rgb(170,106,220); }
div.DivClassName
{
background-color: #AA6ADC;
}
.BgClassName
{
background-color: #AA6ADC;
}
</style>
border-color css
<style>
span { border-color: #AA6ADC; }
span { border-color: rgb(170,106,220); }
td.TdClassName
{
border-color: #AA6ADC;
}
.TagClassName
{
border-color: #AA6ADC;
}
</style>