Shades of Amethyst #AA66C9
Tints of Amethyst #AA66C9
RGB
CMYK
RGB Variations
Color information
#AA66C9 (or 0xAA66C9) is known color: Amethyst. HEX triplet: AA, 66 and C9. RGB value is (170,102,201). Sum of RGB (Red+Green+Blue) = 170+102+201=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA66C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66C9 is #559936. Grayscale: #858585. Windows color (decimal): -5609783 or 13199018. OLE color: 13199018.
HSL color Cylindrical-coordinate representation of color #AA66C9: hue angle of 281.21º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA66C9 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 102 | 201 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.21 |
| HSL | 281.21º | 0.48% | 0.59% | - |
| HSV(B) | 281.21º | 0.49% | 0.79% | - |
| XYZ | 31.87 | 22.27 | 57.88 | - |
| YUV | 133.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 201 | 0.15 | 0.49 | 0 | 0.21 | 281.21 | 0.48 | 0.59 |
| Hex | AA | 66 | C9 | F | 31 | 0 | 15 | 119 | 30 | 3B |
| Octal | 252 | 146 | 311 | 17 | 61 | 0 | 25 | 431 | 60 | 73 |
| Binary | 10101010 | 1100110 | 11001001 | 1111 | 110001 | 0 | 10101 | 100011001 | 110000 | 111011 |
Color Harmonies of #AA66C9
Complementary color
Monochromatic Colors of #AA66C9
Black with #AA66C9
Text Example
Text Example
White with #AA66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66C9; }
p { color: rgb(170,102,201); }
H1.HeaderClassName
{
color: #AA66C9;
}
.AnyTagClassName
{
color: #AA66C9;
}
</style>
background-color css
<style>
a { background-color: #AA66C9; }
a { background-color: rgb(170,102,201); }
div.DivClassName
{
background-color: #AA66C9;
}
.BgClassName
{
background-color: #AA66C9;
}
</style>
border-color css
<style>
span { border-color: #AA66C9; }
span { border-color: rgb(170,102,201); }
td.TdClassName
{
border-color: #AA66C9;
}
.TagClassName
{
border-color: #AA66C9;
}
</style>