Shades of Amethyst #A963CD
Tints of Amethyst #A963CD
RGB
CMYK
RGB Variations
Color information
#A963CD (or 0xA963CD) is known color: Amethyst. HEX triplet: A9, 63 and CD. RGB value is (169,99,205). Sum of RGB (Red+Green+Blue) = 169+99+205=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #A963CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963CD is #569C32. Grayscale: #838383. Windows color (decimal): -5676083 or 13460393. OLE color: 13460393.
HSL color Cylindrical-coordinate representation of color #A963CD: hue angle of 279.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A963CD is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 99 | 205 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.20 |
| HSL | 279.62º | 0.51% | 0.6% | - |
| HSV(B) | 279.62º | 0.52% | 0.8% | - |
| XYZ | 31.84 | 21.77 | 60.28 | - |
| YUV | 132.01 | 169.19 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 205 | 0.18 | 0.52 | 0 | 0.20 | 279.62 | 0.51 | 0.6 |
| Hex | A9 | 63 | CD | 12 | 34 | 0 | 14 | 118 | 33 | 3C |
| Octal | 251 | 143 | 315 | 22 | 64 | 0 | 24 | 430 | 63 | 74 |
| Binary | 10101001 | 1100011 | 11001101 | 10010 | 110100 | 0 | 10100 | 100011000 | 110011 | 111100 |
Color Harmonies of #A963CD
Complementary color
Monochromatic Colors of #A963CD
Black with #A963CD
Text Example
Text Example
White with #A963CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963CD; }
p { color: rgb(169,99,205); }
H1.HeaderClassName
{
color: #A963CD;
}
.AnyTagClassName
{
color: #A963CD;
}
</style>
background-color css
<style>
a { background-color: #A963CD; }
a { background-color: rgb(169,99,205); }
div.DivClassName
{
background-color: #A963CD;
}
.BgClassName
{
background-color: #A963CD;
}
</style>
border-color css
<style>
span { border-color: #A963CD; }
span { border-color: rgb(169,99,205); }
td.TdClassName
{
border-color: #A963CD;
}
.TagClassName
{
border-color: #A963CD;
}
</style>