Shades of Amethyst #AA6DC1
Tints of Amethyst #AA6DC1
RGB
CMYK
RGB Variations
Color information
#AA6DC1 (or 0xAA6DC1) is known color: Amethyst. HEX triplet: AA, 6D and C1. RGB value is (170,109,193). Sum of RGB (Red+Green+Blue) = 170+109+193=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DC1 is #55923E. Grayscale: #888888. Windows color (decimal): -5607999 or 12676522. OLE color: 12676522.
HSL color Cylindrical-coordinate representation of color #AA6DC1: hue angle of 283.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6DC1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 109 | 193 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.24 |
| HSL | 283.57º | 0.4% | 0.59% | - |
| HSV(B) | 283.57º | 0.44% | 0.76% | - |
| XYZ | 31.67 | 23.33 | 53.29 | - |
| YUV | 136.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 193 | 0.12 | 0.44 | 0 | 0.24 | 283.57 | 0.4 | 0.59 |
| Hex | AA | 6D | C1 | C | 2C | 0 | 18 | 11C | 28 | 3B |
| Octal | 252 | 155 | 301 | 14 | 54 | 0 | 30 | 434 | 50 | 73 |
| Binary | 10101010 | 1101101 | 11000001 | 1100 | 101100 | 0 | 11000 | 100011100 | 101000 | 111011 |
Color Harmonies of #AA6DC1
Complementary color
Monochromatic Colors of #AA6DC1
Black with #AA6DC1
Text Example
Text Example
White with #AA6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DC1; }
p { color: rgb(170,109,193); }
H1.HeaderClassName
{
color: #AA6DC1;
}
.AnyTagClassName
{
color: #AA6DC1;
}
</style>
background-color css
<style>
a { background-color: #AA6DC1; }
a { background-color: rgb(170,109,193); }
div.DivClassName
{
background-color: #AA6DC1;
}
.BgClassName
{
background-color: #AA6DC1;
}
</style>
border-color css
<style>
span { border-color: #AA6DC1; }
span { border-color: rgb(170,109,193); }
td.TdClassName
{
border-color: #AA6DC1;
}
.TagClassName
{
border-color: #AA6DC1;
}
</style>