Shades of Amethyst #AA6BD6
Tints of Amethyst #AA6BD6
RGB
CMYK
RGB Variations
Color information
#AA6BD6 (or 0xAA6BD6) is known color: Amethyst. HEX triplet: AA, 6B and D6. RGB value is (170,107,214). Sum of RGB (Red+Green+Blue) = 170+107+214=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA6BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BD6 is #559429. Grayscale: #898989. Windows color (decimal): -5608490 or 14052266. OLE color: 14052266.
HSL color Cylindrical-coordinate representation of color #AA6BD6: hue angle of 275.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6BD6 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 107 | 214 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.16 |
| HSL | 275.33º | 0.57% | 0.63% | - |
| HSV(B) | 275.33º | 0.5% | 0.84% | - |
| XYZ | 33.97 | 23.92 | 66.44 | - |
| YUV | 138.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 214 | 0.21 | 0.50 | 0 | 0.16 | 275.33 | 0.57 | 0.63 |
| Hex | AA | 6B | D6 | 15 | 32 | 0 | 10 | 113 | 39 | 3F |
| Octal | 252 | 153 | 326 | 25 | 62 | 0 | 20 | 423 | 71 | 77 |
| Binary | 10101010 | 1101011 | 11010110 | 10101 | 110010 | 0 | 10000 | 100010011 | 111001 | 111111 |
Color Harmonies of #AA6BD6
Complementary color
Monochromatic Colors of #AA6BD6
Black with #AA6BD6
Text Example
Text Example
White with #AA6BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BD6; }
p { color: rgb(170,107,214); }
H1.HeaderClassName
{
color: #AA6BD6;
}
.AnyTagClassName
{
color: #AA6BD6;
}
</style>
background-color css
<style>
a { background-color: #AA6BD6; }
a { background-color: rgb(170,107,214); }
div.DivClassName
{
background-color: #AA6BD6;
}
.BgClassName
{
background-color: #AA6BD6;
}
</style>
border-color css
<style>
span { border-color: #AA6BD6; }
span { border-color: rgb(170,107,214); }
td.TdClassName
{
border-color: #AA6BD6;
}
.TagClassName
{
border-color: #AA6BD6;
}
</style>