Shades of Amethyst #AA6FCC
Tints of Amethyst #AA6FCC
RGB
CMYK
RGB Variations
Color information
#AA6FCC (or 0xAA6FCC) is known color: Amethyst. HEX triplet: AA, 6F and CC. RGB value is (170,111,204). Sum of RGB (Red+Green+Blue) = 170+111+204=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FCC is #559033. Grayscale: #8A8A8A. Windows color (decimal): -5607476 or 13397930. OLE color: 13397930.
HSL color Cylindrical-coordinate representation of color #AA6FCC: hue angle of 278.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6FCC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 111 | 204 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.2 |
| HSL | 278.06º | 0.48% | 0.62% | - |
| HSV(B) | 278.06º | 0.46% | 0.8% | - |
| XYZ | 33.16 | 24.27 | 60.06 | - |
| YUV | 139.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 204 | 0.17 | 0.46 | 0 | 0.2 | 278.06 | 0.48 | 0.62 |
| Hex | AA | 6F | CC | 11 | 2E | 0 | 14 | 116 | 30 | 3E |
| Octal | 252 | 157 | 314 | 21 | 56 | 0 | 24 | 426 | 60 | 76 |
| Binary | 10101010 | 1101111 | 11001100 | 10001 | 101110 | 0 | 10100 | 100010110 | 110000 | 111110 |
Color Harmonies of #AA6FCC
Complementary color
Monochromatic Colors of #AA6FCC
Black with #AA6FCC
Text Example
Text Example
White with #AA6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FCC; }
p { color: rgb(170,111,204); }
H1.HeaderClassName
{
color: #AA6FCC;
}
.AnyTagClassName
{
color: #AA6FCC;
}
</style>
background-color css
<style>
a { background-color: #AA6FCC; }
a { background-color: rgb(170,111,204); }
div.DivClassName
{
background-color: #AA6FCC;
}
.BgClassName
{
background-color: #AA6FCC;
}
</style>
border-color css
<style>
span { border-color: #AA6FCC; }
span { border-color: rgb(170,111,204); }
td.TdClassName
{
border-color: #AA6FCC;
}
.TagClassName
{
border-color: #AA6FCC;
}
</style>