Shades of Amethyst #A963DC
Tints of Amethyst #A963DC
RGB
CMYK
RGB Variations
Color information
#A963DC (or 0xA963DC) is known color: Amethyst. HEX triplet: A9, 63 and DC. RGB value is (169,99,220). Sum of RGB (Red+Green+Blue) = 169+99+220=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A963DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963DC is #569C23. Grayscale: #858585. Windows color (decimal): -5676068 or 14443433. OLE color: 14443433.
HSL color Cylindrical-coordinate representation of color #A963DC: hue angle of 274.71º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A963DC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 99 | 220 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.14 |
| HSL | 274.71º | 0.63% | 0.63% | - |
| HSV(B) | 274.71º | 0.55% | 0.86% | - |
| XYZ | 33.74 | 22.53 | 70.28 | - |
| YUV | 133.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 220 | 0.23 | 0.55 | 0 | 0.14 | 274.71 | 0.63 | 0.63 |
| Hex | A9 | 63 | DC | 17 | 37 | 0 | E | 113 | 3F | 3F |
| Octal | 251 | 143 | 334 | 27 | 67 | 0 | 16 | 423 | 77 | 77 |
| Binary | 10101001 | 1100011 | 11011100 | 10111 | 110111 | 0 | 1110 | 100010011 | 111111 | 111111 |
Color Harmonies of #A963DC
Complementary color
Monochromatic Colors of #A963DC
Black with #A963DC
Text Example
Text Example
White with #A963DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963DC; }
p { color: rgb(169,99,220); }
H1.HeaderClassName
{
color: #A963DC;
}
.AnyTagClassName
{
color: #A963DC;
}
</style>
background-color css
<style>
a { background-color: #A963DC; }
a { background-color: rgb(169,99,220); }
div.DivClassName
{
background-color: #A963DC;
}
.BgClassName
{
background-color: #A963DC;
}
</style>
border-color css
<style>
span { border-color: #A963DC; }
span { border-color: rgb(169,99,220); }
td.TdClassName
{
border-color: #A963DC;
}
.TagClassName
{
border-color: #A963DC;
}
</style>