Shades of Amethyst #AA63D0
Tints of Amethyst #AA63D0
RGB
CMYK
RGB Variations
Color information
#AA63D0 (or 0xAA63D0) is known color: Amethyst. HEX triplet: AA, 63 and D0. RGB value is (170,99,208). Sum of RGB (Red+Green+Blue) = 170+99+208=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA63D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63D0 is #559C2F. Grayscale: #848484. Windows color (decimal): -5610544 or 13657002. OLE color: 13657002.
HSL color Cylindrical-coordinate representation of color #AA63D0: hue angle of 279.08º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA63D0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 99 | 208 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.18 |
| HSL | 279.08º | 0.54% | 0.6% | - |
| HSV(B) | 279.08º | 0.52% | 0.82% | - |
| XYZ | 32.42 | 22.02 | 62.22 | - |
| YUV | 132.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 208 | 0.18 | 0.52 | 0 | 0.18 | 279.08 | 0.54 | 0.6 |
| Hex | AA | 63 | D0 | 12 | 34 | 0 | 12 | 117 | 36 | 3C |
| Octal | 252 | 143 | 320 | 22 | 64 | 0 | 22 | 427 | 66 | 74 |
| Binary | 10101010 | 1100011 | 11010000 | 10010 | 110100 | 0 | 10010 | 100010111 | 110110 | 111100 |
Color Harmonies of #AA63D0
Complementary color
Monochromatic Colors of #AA63D0
Black with #AA63D0
Text Example
Text Example
White with #AA63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63D0; }
p { color: rgb(170,99,208); }
H1.HeaderClassName
{
color: #AA63D0;
}
.AnyTagClassName
{
color: #AA63D0;
}
</style>
background-color css
<style>
a { background-color: #AA63D0; }
a { background-color: rgb(170,99,208); }
div.DivClassName
{
background-color: #AA63D0;
}
.BgClassName
{
background-color: #AA63D0;
}
</style>
border-color css
<style>
span { border-color: #AA63D0; }
span { border-color: rgb(170,99,208); }
td.TdClassName
{
border-color: #AA63D0;
}
.TagClassName
{
border-color: #AA63D0;
}
</style>