Shades of Amethyst #AA6ACC
Tints of Amethyst #AA6ACC
RGB
CMYK
RGB Variations
Color information
#AA6ACC (or 0xAA6ACC) is known color: Amethyst. HEX triplet: AA, 6A and CC. RGB value is (170,106,204). Sum of RGB (Red+Green+Blue) = 170+106+204=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACC is #559533. Grayscale: #878787. Windows color (decimal): -5608756 or 13396650. OLE color: 13396650.
HSL color Cylindrical-coordinate representation of color #AA6ACC: hue angle of 279.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6ACC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 106 | 204 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.2 |
| HSL | 279.18º | 0.49% | 0.61% | - |
| HSV(B) | 279.18º | 0.48% | 0.8% | - |
| XYZ | 32.63 | 23.21 | 59.89 | - |
| YUV | 136.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 204 | 0.17 | 0.48 | 0 | 0.2 | 279.18 | 0.49 | 0.61 |
| Hex | AA | 6A | CC | 11 | 30 | 0 | 14 | 117 | 31 | 3D |
| Octal | 252 | 152 | 314 | 21 | 60 | 0 | 24 | 427 | 61 | 75 |
| Binary | 10101010 | 1101010 | 11001100 | 10001 | 110000 | 0 | 10100 | 100010111 | 110001 | 111101 |
Color Harmonies of #AA6ACC
Complementary color
Monochromatic Colors of #AA6ACC
Black with #AA6ACC
Text Example
Text Example
White with #AA6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ACC; }
p { color: rgb(170,106,204); }
H1.HeaderClassName
{
color: #AA6ACC;
}
.AnyTagClassName
{
color: #AA6ACC;
}
</style>
background-color css
<style>
a { background-color: #AA6ACC; }
a { background-color: rgb(170,106,204); }
div.DivClassName
{
background-color: #AA6ACC;
}
.BgClassName
{
background-color: #AA6ACC;
}
</style>
border-color css
<style>
span { border-color: #AA6ACC; }
span { border-color: rgb(170,106,204); }
td.TdClassName
{
border-color: #AA6ACC;
}
.TagClassName
{
border-color: #AA6ACC;
}
</style>