Shades of Amethyst #AA63DA
Tints of Amethyst #AA63DA
RGB
CMYK
RGB Variations
Color information
#AA63DA (or 0xAA63DA) is known color: Amethyst. HEX triplet: AA, 63 and DA. RGB value is (170,99,218). Sum of RGB (Red+Green+Blue) = 170+99+218=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63DA is #559C25. Grayscale: #858585. Windows color (decimal): -5610534 or 14312362. OLE color: 14312362.
HSL color Cylindrical-coordinate representation of color #AA63DA: hue angle of 275.8º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA63DA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 99 | 218 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.15 |
| HSL | 275.8º | 0.62% | 0.62% | - |
| HSV(B) | 275.8º | 0.55% | 0.85% | - |
| XYZ | 33.69 | 22.53 | 68.9 | - |
| YUV | 133.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 218 | 0.22 | 0.55 | 0 | 0.15 | 275.8 | 0.62 | 0.62 |
| Hex | AA | 63 | DA | 16 | 37 | 0 | F | 114 | 3E | 3E |
| Octal | 252 | 143 | 332 | 26 | 67 | 0 | 17 | 424 | 76 | 76 |
| Binary | 10101010 | 1100011 | 11011010 | 10110 | 110111 | 0 | 1111 | 100010100 | 111110 | 111110 |
Color Harmonies of #AA63DA
Complementary color
Monochromatic Colors of #AA63DA
Black with #AA63DA
Text Example
Text Example
White with #AA63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63DA; }
p { color: rgb(170,99,218); }
H1.HeaderClassName
{
color: #AA63DA;
}
.AnyTagClassName
{
color: #AA63DA;
}
</style>
background-color css
<style>
a { background-color: #AA63DA; }
a { background-color: rgb(170,99,218); }
div.DivClassName
{
background-color: #AA63DA;
}
.BgClassName
{
background-color: #AA63DA;
}
</style>
border-color css
<style>
span { border-color: #AA63DA; }
span { border-color: rgb(170,99,218); }
td.TdClassName
{
border-color: #AA63DA;
}
.TagClassName
{
border-color: #AA63DA;
}
</style>