Shades of Amethyst #A963CC
Tints of Amethyst #A963CC
RGB
CMYK
RGB Variations
Color information
#A963CC (or 0xA963CC) is known color: Amethyst. HEX triplet: A9, 63 and CC. RGB value is (169,99,204). Sum of RGB (Red+Green+Blue) = 169+99+204=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A963CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963CC is #569C33. Grayscale: #838383. Windows color (decimal): -5676084 or 13394857. OLE color: 13394857.
HSL color Cylindrical-coordinate representation of color #A963CC: hue angle of 280º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A963CC is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 99 | 204 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.2 |
| HSL | 280º | 0.51% | 0.59% | - |
| HSV(B) | 280º | 0.51% | 0.8% | - |
| XYZ | 31.72 | 21.72 | 59.65 | - |
| YUV | 131.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 204 | 0.17 | 0.51 | 0 | 0.2 | 280 | 0.51 | 0.59 |
| Hex | A9 | 63 | CC | 11 | 33 | 0 | 14 | 118 | 33 | 3B |
| Octal | 251 | 143 | 314 | 21 | 63 | 0 | 24 | 430 | 63 | 73 |
| Binary | 10101001 | 1100011 | 11001100 | 10001 | 110011 | 0 | 10100 | 100011000 | 110011 | 111011 |
Color Harmonies of #A963CC
Complementary color
Monochromatic Colors of #A963CC
Black with #A963CC
Text Example
Text Example
White with #A963CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A963CC; }
p { color: rgb(169,99,204); }
H1.HeaderClassName
{
color: #A963CC;
}
.AnyTagClassName
{
color: #A963CC;
}
</style>
background-color css
<style>
a { background-color: #A963CC; }
a { background-color: rgb(169,99,204); }
div.DivClassName
{
background-color: #A963CC;
}
.BgClassName
{
background-color: #A963CC;
}
</style>
border-color css
<style>
span { border-color: #A963CC; }
span { border-color: rgb(169,99,204); }
td.TdClassName
{
border-color: #A963CC;
}
.TagClassName
{
border-color: #A963CC;
}
</style>