Shades of Amethyst #AA6BDC
Tints of Amethyst #AA6BDC
RGB
CMYK
RGB Variations
Color information
#AA6BDC (or 0xAA6BDC) is known color: Amethyst. HEX triplet: AA, 6B and DC. RGB value is (170,107,220). Sum of RGB (Red+Green+Blue) = 170+107+220=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BDC is #559423. Grayscale: #8A8A8A. Windows color (decimal): -5608484 or 14445482. OLE color: 14445482.
HSL color Cylindrical-coordinate representation of color #AA6BDC: hue angle of 273.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6BDC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 107 | 220 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.14 |
| HSL | 273.45º | 0.62% | 0.64% | - |
| HSV(B) | 273.45º | 0.51% | 0.86% | - |
| XYZ | 34.75 | 24.23 | 70.56 | - |
| YUV | 138.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 220 | 0.23 | 0.51 | 0 | 0.14 | 273.45 | 0.62 | 0.64 |
| Hex | AA | 6B | DC | 17 | 33 | 0 | E | 111 | 3E | 40 |
| Octal | 252 | 153 | 334 | 27 | 63 | 0 | 16 | 421 | 76 | 100 |
| Binary | 10101010 | 1101011 | 11011100 | 10111 | 110011 | 0 | 1110 | 100010001 | 111110 | 1000000 |
Color Harmonies of #AA6BDC
Complementary color
Monochromatic Colors of #AA6BDC
Black with #AA6BDC
Text Example
Text Example
White with #AA6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BDC; }
p { color: rgb(170,107,220); }
H1.HeaderClassName
{
color: #AA6BDC;
}
.AnyTagClassName
{
color: #AA6BDC;
}
</style>
background-color css
<style>
a { background-color: #AA6BDC; }
a { background-color: rgb(170,107,220); }
div.DivClassName
{
background-color: #AA6BDC;
}
.BgClassName
{
background-color: #AA6BDC;
}
</style>
border-color css
<style>
span { border-color: #AA6BDC; }
span { border-color: rgb(170,107,220); }
td.TdClassName
{
border-color: #AA6BDC;
}
.TagClassName
{
border-color: #AA6BDC;
}
</style>