Shades of Amethyst #AA63C9
Tints of Amethyst #AA63C9
RGB
CMYK
RGB Variations
Color information
#AA63C9 (or 0xAA63C9) is known color: Amethyst. HEX triplet: AA, 63 and C9. RGB value is (170,99,201). Sum of RGB (Red+Green+Blue) = 170+99+201=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA63C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63C9 is #559C36. Grayscale: #838383. Windows color (decimal): -5610551 or 13198250. OLE color: 13198250.
HSL color Cylindrical-coordinate representation of color #AA63C9: hue angle of 281.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA63C9 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 99 | 201 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.21 |
| HSL | 281.76º | 0.49% | 0.59% | - |
| HSV(B) | 281.76º | 0.51% | 0.79% | - |
| XYZ | 31.58 | 21.69 | 57.78 | - |
| YUV | 131.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 201 | 0.15 | 0.51 | 0 | 0.21 | 281.76 | 0.49 | 0.59 |
| Hex | AA | 63 | C9 | F | 33 | 0 | 15 | 11A | 31 | 3B |
| Octal | 252 | 143 | 311 | 17 | 63 | 0 | 25 | 432 | 61 | 73 |
| Binary | 10101010 | 1100011 | 11001001 | 1111 | 110011 | 0 | 10101 | 100011010 | 110001 | 111011 |
Color Harmonies of #AA63C9
Complementary color
Monochromatic Colors of #AA63C9
Black with #AA63C9
Text Example
Text Example
White with #AA63C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63C9; }
p { color: rgb(170,99,201); }
H1.HeaderClassName
{
color: #AA63C9;
}
.AnyTagClassName
{
color: #AA63C9;
}
</style>
background-color css
<style>
a { background-color: #AA63C9; }
a { background-color: rgb(170,99,201); }
div.DivClassName
{
background-color: #AA63C9;
}
.BgClassName
{
background-color: #AA63C9;
}
</style>
border-color css
<style>
span { border-color: #AA63C9; }
span { border-color: rgb(170,99,201); }
td.TdClassName
{
border-color: #AA63C9;
}
.TagClassName
{
border-color: #AA63C9;
}
</style>