Shades of Amethyst #AA60D9
Tints of Amethyst #AA60D9
RGB
CMYK
RGB Variations
Color information
#AA60D9 (or 0xAA60D9) is known color: Amethyst. HEX triplet: AA, 60 and D9. RGB value is (170,96,217). Sum of RGB (Red+Green+Blue) = 170+96+217=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA60D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60D9 is #559F26. Grayscale: #838383. Windows color (decimal): -5611303 or 14246058. OLE color: 14246058.
HSL color Cylindrical-coordinate representation of color #AA60D9: hue angle of 276.69º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA60D9 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 96 | 217 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.15 |
| HSL | 276.69º | 0.61% | 0.61% | - |
| HSV(B) | 276.69º | 0.56% | 0.85% | - |
| XYZ | 33.28 | 21.92 | 68.12 | - |
| YUV | 131.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 217 | 0.22 | 0.56 | 0 | 0.15 | 276.69 | 0.61 | 0.61 |
| Hex | AA | 60 | D9 | 16 | 38 | 0 | F | 115 | 3D | 3D |
| Octal | 252 | 140 | 331 | 26 | 70 | 0 | 17 | 425 | 75 | 75 |
| Binary | 10101010 | 1100000 | 11011001 | 10110 | 111000 | 0 | 1111 | 100010101 | 111101 | 111101 |
Color Harmonies of #AA60D9
Complementary color
Monochromatic Colors of #AA60D9
Black with #AA60D9
Text Example
Text Example
White with #AA60D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60D9; }
p { color: rgb(170,96,217); }
H1.HeaderClassName
{
color: #AA60D9;
}
.AnyTagClassName
{
color: #AA60D9;
}
</style>
background-color css
<style>
a { background-color: #AA60D9; }
a { background-color: rgb(170,96,217); }
div.DivClassName
{
background-color: #AA60D9;
}
.BgClassName
{
background-color: #AA60D9;
}
</style>
border-color css
<style>
span { border-color: #AA60D9; }
span { border-color: rgb(170,96,217); }
td.TdClassName
{
border-color: #AA60D9;
}
.TagClassName
{
border-color: #AA60D9;
}
</style>