Shades of Amethyst #A963DD
Tints of Amethyst #A963DD
RGB
CMYK
RGB Variations
Color information
#A963DD (or 0xA963DD) is known color: Amethyst. HEX triplet: A9, 63 and DD. RGB value is (169,99,221). Sum of RGB (Red+Green+Blue) = 169+99+221=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #A963DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963DD is #569C22. Grayscale: #858585. Windows color (decimal): -5676067 or 14508969. OLE color: 14508969.
HSL color Cylindrical-coordinate representation of color #A963DD: hue angle of 274.43º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A963DD is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 99 | 221 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.13 |
| HSL | 274.43º | 0.64% | 0.63% | - |
| HSV(B) | 274.43º | 0.55% | 0.87% | - |
| XYZ | 33.88 | 22.58 | 70.98 | - |
| YUV | 133.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 221 | 0.24 | 0.55 | 0 | 0.13 | 274.43 | 0.64 | 0.63 |
| Hex | A9 | 63 | DD | 18 | 37 | 0 | D | 112 | 40 | 3F |
| Octal | 251 | 143 | 335 | 30 | 67 | 0 | 15 | 422 | 100 | 77 |
| Binary | 10101001 | 1100011 | 11011101 | 11000 | 110111 | 0 | 1101 | 100010010 | 1000000 | 111111 |
Color Harmonies of #A963DD
Complementary color
Monochromatic Colors of #A963DD
Black with #A963DD
Text Example
Text Example
White with #A963DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963DD; }
p { color: rgb(169,99,221); }
H1.HeaderClassName
{
color: #A963DD;
}
.AnyTagClassName
{
color: #A963DD;
}
</style>
background-color css
<style>
a { background-color: #A963DD; }
a { background-color: rgb(169,99,221); }
div.DivClassName
{
background-color: #A963DD;
}
.BgClassName
{
background-color: #A963DD;
}
</style>
border-color css
<style>
span { border-color: #A963DD; }
span { border-color: rgb(169,99,221); }
td.TdClassName
{
border-color: #A963DD;
}
.TagClassName
{
border-color: #A963DD;
}
</style>