Shades of Amethyst #AA63CA
Tints of Amethyst #AA63CA
RGB
CMYK
RGB Variations
Color information
#AA63CA (or 0xAA63CA) is known color: Amethyst. HEX triplet: AA, 63 and CA. RGB value is (170,99,202). Sum of RGB (Red+Green+Blue) = 170+99+202=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CA is #559C35. Grayscale: #838383. Windows color (decimal): -5610550 or 13263786. OLE color: 13263786.
HSL color Cylindrical-coordinate representation of color #AA63CA: hue angle of 281.36º 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 #AA63CA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 99 | 202 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.21 |
| HSL | 281.36º | 0.49% | 0.59% | - |
| HSV(B) | 281.36º | 0.51% | 0.79% | - |
| XYZ | 31.7 | 21.73 | 58.4 | - |
| YUV | 131.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 202 | 0.16 | 0.51 | 0 | 0.21 | 281.36 | 0.49 | 0.59 |
| Hex | AA | 63 | CA | 10 | 33 | 0 | 15 | 119 | 31 | 3B |
| Octal | 252 | 143 | 312 | 20 | 63 | 0 | 25 | 431 | 61 | 73 |
| Binary | 10101010 | 1100011 | 11001010 | 10000 | 110011 | 0 | 10101 | 100011001 | 110001 | 111011 |
Color Harmonies of #AA63CA
Complementary color
Monochromatic Colors of #AA63CA
Black with #AA63CA
Text Example
Text Example
White with #AA63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63CA; }
p { color: rgb(170,99,202); }
H1.HeaderClassName
{
color: #AA63CA;
}
.AnyTagClassName
{
color: #AA63CA;
}
</style>
background-color css
<style>
a { background-color: #AA63CA; }
a { background-color: rgb(170,99,202); }
div.DivClassName
{
background-color: #AA63CA;
}
.BgClassName
{
background-color: #AA63CA;
}
</style>
border-color css
<style>
span { border-color: #AA63CA; }
span { border-color: rgb(170,99,202); }
td.TdClassName
{
border-color: #AA63CA;
}
.TagClassName
{
border-color: #AA63CA;
}
</style>