Shades of Amethyst #AA6FDC
Tints of Amethyst #AA6FDC
RGB
CMYK
RGB Variations
Color information
#AA6FDC (or 0xAA6FDC) is known color: Amethyst. HEX triplet: AA, 6F and DC. RGB value is (170,111,220). Sum of RGB (Red+Green+Blue) = 170+111+220=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FDC is #559023. Grayscale: #8C8C8C. Windows color (decimal): -5607460 or 14446506. OLE color: 14446506.
HSL color Cylindrical-coordinate representation of color #AA6FDC: hue angle of 272.48º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6FDC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 111 | 220 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.14 |
| HSL | 272.48º | 0.61% | 0.65% | - |
| HSV(B) | 272.48º | 0.5% | 0.86% | - |
| XYZ | 35.18 | 25.08 | 70.7 | - |
| YUV | 141.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 220 | 0.23 | 0.50 | 0 | 0.14 | 272.48 | 0.61 | 0.65 |
| Hex | AA | 6F | DC | 17 | 32 | 0 | E | 110 | 3D | 41 |
| Octal | 252 | 157 | 334 | 27 | 62 | 0 | 16 | 420 | 75 | 101 |
| Binary | 10101010 | 1101111 | 11011100 | 10111 | 110010 | 0 | 1110 | 100010000 | 111101 | 1000001 |
Color Harmonies of #AA6FDC
Complementary color
Monochromatic Colors of #AA6FDC
Black with #AA6FDC
Text Example
Text Example
White with #AA6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FDC; }
p { color: rgb(170,111,220); }
H1.HeaderClassName
{
color: #AA6FDC;
}
.AnyTagClassName
{
color: #AA6FDC;
}
</style>
background-color css
<style>
a { background-color: #AA6FDC; }
a { background-color: rgb(170,111,220); }
div.DivClassName
{
background-color: #AA6FDC;
}
.BgClassName
{
background-color: #AA6FDC;
}
</style>
border-color css
<style>
span { border-color: #AA6FDC; }
span { border-color: rgb(170,111,220); }
td.TdClassName
{
border-color: #AA6FDC;
}
.TagClassName
{
border-color: #AA6FDC;
}
</style>