Shades of Amethyst #AA60D0
Tints of Amethyst #AA60D0
RGB
CMYK
RGB Variations
Color information
#AA60D0 (or 0xAA60D0) is known color: Amethyst. HEX triplet: AA, 60 and D0. RGB value is (170,96,208). Sum of RGB (Red+Green+Blue) = 170+96+208=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA60D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60D0 is #559F2F. Grayscale: #828282. Windows color (decimal): -5611312 or 13656234. OLE color: 13656234.
HSL color Cylindrical-coordinate representation of color #AA60D0: hue angle of 279.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA60D0 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 96 | 208 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.18 |
| HSL | 279.64º | 0.54% | 0.6% | - |
| HSV(B) | 279.64º | 0.54% | 0.82% | - |
| XYZ | 32.15 | 21.47 | 62.12 | - |
| YUV | 130.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 208 | 0.18 | 0.54 | 0 | 0.18 | 279.64 | 0.54 | 0.6 |
| Hex | AA | 60 | D0 | 12 | 36 | 0 | 12 | 118 | 36 | 3C |
| Octal | 252 | 140 | 320 | 22 | 66 | 0 | 22 | 430 | 66 | 74 |
| Binary | 10101010 | 1100000 | 11010000 | 10010 | 110110 | 0 | 10010 | 100011000 | 110110 | 111100 |
Color Harmonies of #AA60D0
Complementary color
Monochromatic Colors of #AA60D0
Black with #AA60D0
Text Example
Text Example
White with #AA60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60D0; }
p { color: rgb(170,96,208); }
H1.HeaderClassName
{
color: #AA60D0;
}
.AnyTagClassName
{
color: #AA60D0;
}
</style>
background-color css
<style>
a { background-color: #AA60D0; }
a { background-color: rgb(170,96,208); }
div.DivClassName
{
background-color: #AA60D0;
}
.BgClassName
{
background-color: #AA60D0;
}
</style>
border-color css
<style>
span { border-color: #AA60D0; }
span { border-color: rgb(170,96,208); }
td.TdClassName
{
border-color: #AA60D0;
}
.TagClassName
{
border-color: #AA60D0;
}
</style>