Shades of Amethyst #AA63CE
Tints of Amethyst #AA63CE
RGB
CMYK
RGB Variations
Color information
#AA63CE (or 0xAA63CE) is known color: Amethyst. HEX triplet: AA, 63 and CE. RGB value is (170,99,206). Sum of RGB (Red+Green+Blue) = 170+99+206=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CE is #559C31. Grayscale: #848484. Windows color (decimal): -5610546 or 13525930. OLE color: 13525930.
HSL color Cylindrical-coordinate representation of color #AA63CE: hue angle of 279.81º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA63CE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 99 | 206 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.19 |
| HSL | 279.81º | 0.52% | 0.6% | - |
| HSV(B) | 279.81º | 0.52% | 0.81% | - |
| XYZ | 32.18 | 21.93 | 60.93 | - |
| YUV | 132.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 206 | 0.17 | 0.52 | 0 | 0.19 | 279.81 | 0.52 | 0.6 |
| Hex | AA | 63 | CE | 11 | 34 | 0 | 13 | 118 | 34 | 3C |
| Octal | 252 | 143 | 316 | 21 | 64 | 0 | 23 | 430 | 64 | 74 |
| Binary | 10101010 | 1100011 | 11001110 | 10001 | 110100 | 0 | 10011 | 100011000 | 110100 | 111100 |
Color Harmonies of #AA63CE
Complementary color
Monochromatic Colors of #AA63CE
Black with #AA63CE
Text Example
Text Example
White with #AA63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63CE; }
p { color: rgb(170,99,206); }
H1.HeaderClassName
{
color: #AA63CE;
}
.AnyTagClassName
{
color: #AA63CE;
}
</style>
background-color css
<style>
a { background-color: #AA63CE; }
a { background-color: rgb(170,99,206); }
div.DivClassName
{
background-color: #AA63CE;
}
.BgClassName
{
background-color: #AA63CE;
}
</style>
border-color css
<style>
span { border-color: #AA63CE; }
span { border-color: rgb(170,99,206); }
td.TdClassName
{
border-color: #AA63CE;
}
.TagClassName
{
border-color: #AA63CE;
}
</style>