Shades of Amethyst #AA6BDA
Tints of Amethyst #AA6BDA
RGB
CMYK
RGB Variations
Color information
#AA6BDA (or 0xAA6BDA) is known color: Amethyst. HEX triplet: AA, 6B and DA. RGB value is (170,107,218). Sum of RGB (Red+Green+Blue) = 170+107+218=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BDA is #559425. Grayscale: #8A8A8A. Windows color (decimal): -5608486 or 14314410. OLE color: 14314410.
HSL color Cylindrical-coordinate representation of color #AA6BDA: hue angle of 274.05º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6BDA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 107 | 218 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.15 |
| HSL | 274.05º | 0.6% | 0.64% | - |
| HSV(B) | 274.05º | 0.51% | 0.85% | - |
| XYZ | 34.49 | 24.12 | 69.17 | - |
| YUV | 138.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 218 | 0.22 | 0.51 | 0 | 0.15 | 274.05 | 0.6 | 0.64 |
| Hex | AA | 6B | DA | 16 | 33 | 0 | F | 112 | 3C | 40 |
| Octal | 252 | 153 | 332 | 26 | 63 | 0 | 17 | 422 | 74 | 100 |
| Binary | 10101010 | 1101011 | 11011010 | 10110 | 110011 | 0 | 1111 | 100010010 | 111100 | 1000000 |
Color Harmonies of #AA6BDA
Complementary color
Monochromatic Colors of #AA6BDA
Black with #AA6BDA
Text Example
Text Example
White with #AA6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BDA; }
p { color: rgb(170,107,218); }
H1.HeaderClassName
{
color: #AA6BDA;
}
.AnyTagClassName
{
color: #AA6BDA;
}
</style>
background-color css
<style>
a { background-color: #AA6BDA; }
a { background-color: rgb(170,107,218); }
div.DivClassName
{
background-color: #AA6BDA;
}
.BgClassName
{
background-color: #AA6BDA;
}
</style>
border-color css
<style>
span { border-color: #AA6BDA; }
span { border-color: rgb(170,107,218); }
td.TdClassName
{
border-color: #AA6BDA;
}
.TagClassName
{
border-color: #AA6BDA;
}
</style>