Shades of Amethyst #AA63CF
Tints of Amethyst #AA63CF
RGB
CMYK
RGB Variations
Color information
#AA63CF (or 0xAA63CF) is known color: Amethyst. HEX triplet: AA, 63 and CF. RGB value is (170,99,207). Sum of RGB (Red+Green+Blue) = 170+99+207=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CF is #559C30. Grayscale: #848484. Windows color (decimal): -5610545 or 13591466. OLE color: 13591466.
HSL color Cylindrical-coordinate representation of color #AA63CF: hue angle of 279.44º degrees, saturation: 0.53, 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 #AA63CF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 99 | 207 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.19 |
| HSL | 279.44º | 0.53% | 0.6% | - |
| HSV(B) | 279.44º | 0.52% | 0.81% | - |
| XYZ | 32.3 | 21.97 | 61.57 | - |
| YUV | 132.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 207 | 0.18 | 0.52 | 0 | 0.19 | 279.44 | 0.53 | 0.6 |
| Hex | AA | 63 | CF | 12 | 34 | 0 | 13 | 117 | 35 | 3C |
| Octal | 252 | 143 | 317 | 22 | 64 | 0 | 23 | 427 | 65 | 74 |
| Binary | 10101010 | 1100011 | 11001111 | 10010 | 110100 | 0 | 10011 | 100010111 | 110101 | 111100 |
Color Harmonies of #AA63CF
Complementary color
Monochromatic Colors of #AA63CF
Black with #AA63CF
Text Example
Text Example
White with #AA63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63CF; }
p { color: rgb(170,99,207); }
H1.HeaderClassName
{
color: #AA63CF;
}
.AnyTagClassName
{
color: #AA63CF;
}
</style>
background-color css
<style>
a { background-color: #AA63CF; }
a { background-color: rgb(170,99,207); }
div.DivClassName
{
background-color: #AA63CF;
}
.BgClassName
{
background-color: #AA63CF;
}
</style>
border-color css
<style>
span { border-color: #AA63CF; }
span { border-color: rgb(170,99,207); }
td.TdClassName
{
border-color: #AA63CF;
}
.TagClassName
{
border-color: #AA63CF;
}
</style>