Shades of Amethyst #AA6BCC
Tints of Amethyst #AA6BCC
RGB
CMYK
RGB Variations
Color information
#AA6BCC (or 0xAA6BCC) is known color: Amethyst. HEX triplet: AA, 6B and CC. RGB value is (170,107,204). Sum of RGB (Red+Green+Blue) = 170+107+204=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCC is #559433. Grayscale: #888888. Windows color (decimal): -5608500 or 13396906. OLE color: 13396906.
HSL color Cylindrical-coordinate representation of color #AA6BCC: hue angle of 278.97º 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 #AA6BCC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 107 | 204 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.2 |
| HSL | 278.97º | 0.49% | 0.61% | - |
| HSV(B) | 278.97º | 0.48% | 0.8% | - |
| XYZ | 32.73 | 23.42 | 59.92 | - |
| YUV | 136.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 204 | 0.17 | 0.48 | 0 | 0.2 | 278.97 | 0.49 | 0.61 |
| Hex | AA | 6B | CC | 11 | 30 | 0 | 14 | 117 | 31 | 3D |
| Octal | 252 | 153 | 314 | 21 | 60 | 0 | 24 | 427 | 61 | 75 |
| Binary | 10101010 | 1101011 | 11001100 | 10001 | 110000 | 0 | 10100 | 100010111 | 110001 | 111101 |
Color Harmonies of #AA6BCC
Complementary color
Monochromatic Colors of #AA6BCC
Black with #AA6BCC
Text Example
Text Example
White with #AA6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BCC; }
p { color: rgb(170,107,204); }
H1.HeaderClassName
{
color: #AA6BCC;
}
.AnyTagClassName
{
color: #AA6BCC;
}
</style>
background-color css
<style>
a { background-color: #AA6BCC; }
a { background-color: rgb(170,107,204); }
div.DivClassName
{
background-color: #AA6BCC;
}
.BgClassName
{
background-color: #AA6BCC;
}
</style>
border-color css
<style>
span { border-color: #AA6BCC; }
span { border-color: rgb(170,107,204); }
td.TdClassName
{
border-color: #AA6BCC;
}
.TagClassName
{
border-color: #AA6BCC;
}
</style>