Shades of Amethyst #AA65C9
Tints of Amethyst #AA65C9
RGB
CMYK
RGB Variations
Color information
#AA65C9 (or 0xAA65C9) is known color: Amethyst. HEX triplet: AA, 65 and C9. RGB value is (170,101,201). Sum of RGB (Red+Green+Blue) = 170+101+201=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65C9 is #559A36. Grayscale: #848484. Windows color (decimal): -5610039 or 13198762. OLE color: 13198762.
HSL color Cylindrical-coordinate representation of color #AA65C9: hue angle of 281.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA65C9 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 101 | 201 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.21 |
| HSL | 281.4º | 0.48% | 0.59% | - |
| HSV(B) | 281.4º | 0.5% | 0.79% | - |
| XYZ | 31.77 | 22.07 | 57.84 | - |
| YUV | 133.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 201 | 0.15 | 0.50 | 0 | 0.21 | 281.4 | 0.48 | 0.59 |
| Hex | AA | 65 | C9 | F | 32 | 0 | 15 | 119 | 30 | 3B |
| Octal | 252 | 145 | 311 | 17 | 62 | 0 | 25 | 431 | 60 | 73 |
| Binary | 10101010 | 1100101 | 11001001 | 1111 | 110010 | 0 | 10101 | 100011001 | 110000 | 111011 |
Color Harmonies of #AA65C9
Complementary color
Monochromatic Colors of #AA65C9
Black with #AA65C9
Text Example
Text Example
White with #AA65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65C9; }
p { color: rgb(170,101,201); }
H1.HeaderClassName
{
color: #AA65C9;
}
.AnyTagClassName
{
color: #AA65C9;
}
</style>
background-color css
<style>
a { background-color: #AA65C9; }
a { background-color: rgb(170,101,201); }
div.DivClassName
{
background-color: #AA65C9;
}
.BgClassName
{
background-color: #AA65C9;
}
</style>
border-color css
<style>
span { border-color: #AA65C9; }
span { border-color: rgb(170,101,201); }
td.TdClassName
{
border-color: #AA65C9;
}
.TagClassName
{
border-color: #AA65C9;
}
</style>