Shades of Amethyst #AA60DF
Tints of Amethyst #AA60DF
RGB
CMYK
RGB Variations
Color information
#AA60DF (or 0xAA60DF) is known color: Amethyst. HEX triplet: AA, 60 and DF. RGB value is (170,96,223). Sum of RGB (Red+Green+Blue) = 170+96+223=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60DF is #559F20. Grayscale: #848484. Windows color (decimal): -5611297 or 14639274. OLE color: 14639274.
HSL color Cylindrical-coordinate representation of color #AA60DF: hue angle of 274.96º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA60DF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 96 | 223 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.13 |
| HSL | 274.96º | 0.66% | 0.63% | - |
| HSV(B) | 274.96º | 0.57% | 0.87% | - |
| XYZ | 34.08 | 22.24 | 72.31 | - |
| YUV | 132.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 223 | 0.24 | 0.57 | 0 | 0.13 | 274.96 | 0.66 | 0.63 |
| Hex | AA | 60 | DF | 18 | 39 | 0 | D | 113 | 42 | 3F |
| Octal | 252 | 140 | 337 | 30 | 71 | 0 | 15 | 423 | 102 | 77 |
| Binary | 10101010 | 1100000 | 11011111 | 11000 | 111001 | 0 | 1101 | 100010011 | 1000010 | 111111 |
Color Harmonies of #AA60DF
Complementary color
Monochromatic Colors of #AA60DF
Black with #AA60DF
Text Example
Text Example
White with #AA60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60DF; }
p { color: rgb(170,96,223); }
H1.HeaderClassName
{
color: #AA60DF;
}
.AnyTagClassName
{
color: #AA60DF;
}
</style>
background-color css
<style>
a { background-color: #AA60DF; }
a { background-color: rgb(170,96,223); }
div.DivClassName
{
background-color: #AA60DF;
}
.BgClassName
{
background-color: #AA60DF;
}
</style>
border-color css
<style>
span { border-color: #AA60DF; }
span { border-color: rgb(170,96,223); }
td.TdClassName
{
border-color: #AA60DF;
}
.TagClassName
{
border-color: #AA60DF;
}
</style>