Shades of Amethyst #AA6FC0
Tints of Amethyst #AA6FC0
RGB
CMYK
RGB Variations
Color information
#AA6FC0 (or 0xAA6FC0) is known color: Amethyst. HEX triplet: AA, 6F and C0. RGB value is (170,111,192). Sum of RGB (Red+Green+Blue) = 170+111+192=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA6FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FC0 is #55903F. Grayscale: #898989. Windows color (decimal): -5607488 or 12611498. OLE color: 12611498.
HSL color Cylindrical-coordinate representation of color #AA6FC0: hue angle of 283.7º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6FC0 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 111 | 192 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.25 |
| HSL | 283.7º | 0.39% | 0.59% | - |
| HSV(B) | 283.7º | 0.42% | 0.75% | - |
| XYZ | 31.78 | 23.72 | 52.77 | - |
| YUV | 137.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 192 | 0.11 | 0.42 | 0 | 0.25 | 283.7 | 0.39 | 0.59 |
| Hex | AA | 6F | C0 | B | 2A | 0 | 19 | 11C | 27 | 3B |
| Octal | 252 | 157 | 300 | 13 | 52 | 0 | 31 | 434 | 47 | 73 |
| Binary | 10101010 | 1101111 | 11000000 | 1011 | 101010 | 0 | 11001 | 100011100 | 100111 | 111011 |
Color Harmonies of #AA6FC0
Complementary color
Monochromatic Colors of #AA6FC0
Black with #AA6FC0
Text Example
Text Example
White with #AA6FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FC0; }
p { color: rgb(170,111,192); }
H1.HeaderClassName
{
color: #AA6FC0;
}
.AnyTagClassName
{
color: #AA6FC0;
}
</style>
background-color css
<style>
a { background-color: #AA6FC0; }
a { background-color: rgb(170,111,192); }
div.DivClassName
{
background-color: #AA6FC0;
}
.BgClassName
{
background-color: #AA6FC0;
}
</style>
border-color css
<style>
span { border-color: #AA6FC0; }
span { border-color: rgb(170,111,192); }
td.TdClassName
{
border-color: #AA6FC0;
}
.TagClassName
{
border-color: #AA6FC0;
}
</style>