Shades of Amethyst #AA6BD4
Tints of Amethyst #AA6BD4
RGB
CMYK
RGB Variations
Color information
#AA6BD4 (or 0xAA6BD4) is known color: Amethyst. HEX triplet: AA, 6B and D4. RGB value is (170,107,212). Sum of RGB (Red+Green+Blue) = 170+107+212=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA6BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BD4 is #55942B. Grayscale: #898989. Windows color (decimal): -5608492 or 13921194. OLE color: 13921194.
HSL color Cylindrical-coordinate representation of color #AA6BD4: hue angle of 276º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6BD4 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 107 | 212 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.17 |
| HSL | 276º | 0.55% | 0.63% | - |
| HSV(B) | 276º | 0.5% | 0.83% | - |
| XYZ | 33.72 | 23.81 | 65.11 | - |
| YUV | 137.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 212 | 0.20 | 0.50 | 0 | 0.17 | 276 | 0.55 | 0.63 |
| Hex | AA | 6B | D4 | 14 | 32 | 0 | 11 | 114 | 37 | 3F |
| Octal | 252 | 153 | 324 | 24 | 62 | 0 | 21 | 424 | 67 | 77 |
| Binary | 10101010 | 1101011 | 11010100 | 10100 | 110010 | 0 | 10001 | 100010100 | 110111 | 111111 |
Color Harmonies of #AA6BD4
Complementary color
Monochromatic Colors of #AA6BD4
Black with #AA6BD4
Text Example
Text Example
White with #AA6BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BD4; }
p { color: rgb(170,107,212); }
H1.HeaderClassName
{
color: #AA6BD4;
}
.AnyTagClassName
{
color: #AA6BD4;
}
</style>
background-color css
<style>
a { background-color: #AA6BD4; }
a { background-color: rgb(170,107,212); }
div.DivClassName
{
background-color: #AA6BD4;
}
.BgClassName
{
background-color: #AA6BD4;
}
</style>
border-color css
<style>
span { border-color: #AA6BD4; }
span { border-color: rgb(170,107,212); }
td.TdClassName
{
border-color: #AA6BD4;
}
.TagClassName
{
border-color: #AA6BD4;
}
</style>