Shades of Amethyst #AA6CDB
Tints of Amethyst #AA6CDB
RGB
CMYK
RGB Variations
Color information
#AA6CDB (or 0xAA6CDB) is known color: Amethyst. HEX triplet: AA, 6C and DB. RGB value is (170,108,219). Sum of RGB (Red+Green+Blue) = 170+108+219=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CDB is #559324. Grayscale: #8A8A8A. Windows color (decimal): -5608229 or 14380202. OLE color: 14380202.
HSL color Cylindrical-coordinate representation of color #AA6CDB: hue angle of 273.51º degrees, saturation: 0.61, 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 #AA6CDB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 108 | 219 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.14 |
| HSL | 273.51º | 0.61% | 0.64% | - |
| HSV(B) | 273.51º | 0.51% | 0.86% | - |
| XYZ | 34.73 | 24.39 | 69.89 | - |
| YUV | 139.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 219 | 0.22 | 0.51 | 0 | 0.14 | 273.51 | 0.61 | 0.64 |
| Hex | AA | 6C | DB | 16 | 33 | 0 | E | 112 | 3D | 40 |
| Octal | 252 | 154 | 333 | 26 | 63 | 0 | 16 | 422 | 75 | 100 |
| Binary | 10101010 | 1101100 | 11011011 | 10110 | 110011 | 0 | 1110 | 100010010 | 111101 | 1000000 |
Color Harmonies of #AA6CDB
Complementary color
Monochromatic Colors of #AA6CDB
Black with #AA6CDB
Text Example
Text Example
White with #AA6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CDB; }
p { color: rgb(170,108,219); }
H1.HeaderClassName
{
color: #AA6CDB;
}
.AnyTagClassName
{
color: #AA6CDB;
}
</style>
background-color css
<style>
a { background-color: #AA6CDB; }
a { background-color: rgb(170,108,219); }
div.DivClassName
{
background-color: #AA6CDB;
}
.BgClassName
{
background-color: #AA6CDB;
}
</style>
border-color css
<style>
span { border-color: #AA6CDB; }
span { border-color: rgb(170,108,219); }
td.TdClassName
{
border-color: #AA6CDB;
}
.TagClassName
{
border-color: #AA6CDB;
}
</style>