Shades of Amethyst #AA6FC9
Tints of Amethyst #AA6FC9
RGB
CMYK
RGB Variations
Color information
#AA6FC9 (or 0xAA6FC9) is known color: Amethyst. HEX triplet: AA, 6F and C9. RGB value is (170,111,201). Sum of RGB (Red+Green+Blue) = 170+111+201=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA6FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FC9 is #559036. Grayscale: #8A8A8A. Windows color (decimal): -5607479 or 13201322. OLE color: 13201322.
HSL color Cylindrical-coordinate representation of color #AA6FC9: hue angle of 279.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6FC9 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 111 | 201 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.21 |
| HSL | 279.33º | 0.45% | 0.61% | - |
| HSV(B) | 279.33º | 0.45% | 0.79% | - |
| XYZ | 32.8 | 24.13 | 58.19 | - |
| YUV | 138.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 201 | 0.15 | 0.45 | 0 | 0.21 | 279.33 | 0.45 | 0.61 |
| Hex | AA | 6F | C9 | F | 2D | 0 | 15 | 117 | 2D | 3D |
| Octal | 252 | 157 | 311 | 17 | 55 | 0 | 25 | 427 | 55 | 75 |
| Binary | 10101010 | 1101111 | 11001001 | 1111 | 101101 | 0 | 10101 | 100010111 | 101101 | 111101 |
Color Harmonies of #AA6FC9
Complementary color
Monochromatic Colors of #AA6FC9
Black with #AA6FC9
Text Example
Text Example
White with #AA6FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FC9; }
p { color: rgb(170,111,201); }
H1.HeaderClassName
{
color: #AA6FC9;
}
.AnyTagClassName
{
color: #AA6FC9;
}
</style>
background-color css
<style>
a { background-color: #AA6FC9; }
a { background-color: rgb(170,111,201); }
div.DivClassName
{
background-color: #AA6FC9;
}
.BgClassName
{
background-color: #AA6FC9;
}
</style>
border-color css
<style>
span { border-color: #AA6FC9; }
span { border-color: rgb(170,111,201); }
td.TdClassName
{
border-color: #AA6FC9;
}
.TagClassName
{
border-color: #AA6FC9;
}
</style>