Shades of Amethyst #AA65D9
Tints of Amethyst #AA65D9
RGB
CMYK
RGB Variations
Color information
#AA65D9 (or 0xAA65D9) is known color: Amethyst. HEX triplet: AA, 65 and D9. RGB value is (170,101,217). Sum of RGB (Red+Green+Blue) = 170+101+217=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA65D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65D9 is #559A26. Grayscale: #868686. Windows color (decimal): -5610023 or 14247338. OLE color: 14247338.
HSL color Cylindrical-coordinate representation of color #AA65D9: hue angle of 275.69º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA65D9 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 101 | 217 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.15 |
| HSL | 275.69º | 0.6% | 0.62% | - |
| HSV(B) | 275.69º | 0.53% | 0.85% | - |
| XYZ | 33.76 | 22.86 | 68.28 | - |
| YUV | 134.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 217 | 0.22 | 0.53 | 0 | 0.15 | 275.69 | 0.6 | 0.62 |
| Hex | AA | 65 | D9 | 16 | 35 | 0 | F | 114 | 3C | 3E |
| Octal | 252 | 145 | 331 | 26 | 65 | 0 | 17 | 424 | 74 | 76 |
| Binary | 10101010 | 1100101 | 11011001 | 10110 | 110101 | 0 | 1111 | 100010100 | 111100 | 111110 |
Color Harmonies of #AA65D9
Complementary color
Monochromatic Colors of #AA65D9
Black with #AA65D9
Text Example
Text Example
White with #AA65D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65D9; }
p { color: rgb(170,101,217); }
H1.HeaderClassName
{
color: #AA65D9;
}
.AnyTagClassName
{
color: #AA65D9;
}
</style>
background-color css
<style>
a { background-color: #AA65D9; }
a { background-color: rgb(170,101,217); }
div.DivClassName
{
background-color: #AA65D9;
}
.BgClassName
{
background-color: #AA65D9;
}
</style>
border-color css
<style>
span { border-color: #AA65D9; }
span { border-color: rgb(170,101,217); }
td.TdClassName
{
border-color: #AA65D9;
}
.TagClassName
{
border-color: #AA65D9;
}
</style>