Shades of Amethyst #AA60D3
Tints of Amethyst #AA60D3
RGB
CMYK
RGB Variations
Color information
#AA60D3 (or 0xAA60D3) is known color: Amethyst. HEX triplet: AA, 60 and D3. RGB value is (170,96,211). Sum of RGB (Red+Green+Blue) = 170+96+211=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA60D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60D3 is #559F2C. Grayscale: #828282. Windows color (decimal): -5611309 or 13852842. OLE color: 13852842.
HSL color Cylindrical-coordinate representation of color #AA60D3: hue angle of 278.61º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA60D3 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 96 | 211 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.17 |
| HSL | 278.61º | 0.57% | 0.6% | - |
| HSV(B) | 278.61º | 0.55% | 0.83% | - |
| XYZ | 32.52 | 21.61 | 64.09 | - |
| YUV | 131.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 211 | 0.19 | 0.55 | 0 | 0.17 | 278.61 | 0.57 | 0.6 |
| Hex | AA | 60 | D3 | 13 | 37 | 0 | 11 | 117 | 39 | 3C |
| Octal | 252 | 140 | 323 | 23 | 67 | 0 | 21 | 427 | 71 | 74 |
| Binary | 10101010 | 1100000 | 11010011 | 10011 | 110111 | 0 | 10001 | 100010111 | 111001 | 111100 |
Color Harmonies of #AA60D3
Complementary color
Monochromatic Colors of #AA60D3
Black with #AA60D3
Text Example
Text Example
White with #AA60D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60D3; }
p { color: rgb(170,96,211); }
H1.HeaderClassName
{
color: #AA60D3;
}
.AnyTagClassName
{
color: #AA60D3;
}
</style>
background-color css
<style>
a { background-color: #AA60D3; }
a { background-color: rgb(170,96,211); }
div.DivClassName
{
background-color: #AA60D3;
}
.BgClassName
{
background-color: #AA60D3;
}
</style>
border-color css
<style>
span { border-color: #AA60D3; }
span { border-color: rgb(170,96,211); }
td.TdClassName
{
border-color: #AA60D3;
}
.TagClassName
{
border-color: #AA60D3;
}
</style>