Shades of Amethyst #A973CC
Tints of Amethyst #A973CC
RGB
CMYK
RGB Variations
Color information
#A973CC (or 0xA973CC) is known color: Amethyst. HEX triplet: A9, 73 and CC. RGB value is (169,115,204). Sum of RGB (Red+Green+Blue) = 169+115+204=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A973CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973CC is #568C33. Grayscale: #8C8C8C. Windows color (decimal): -5671988 or 13398953. OLE color: 13398953.
HSL color Cylindrical-coordinate representation of color #A973CC: hue angle of 276.4º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A973CC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 115 | 204 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.2 |
| HSL | 276.4º | 0.47% | 0.63% | - |
| HSV(B) | 276.4º | 0.44% | 0.8% | - |
| XYZ | 33.39 | 25.06 | 60.2 | - |
| YUV | 141.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 204 | 0.17 | 0.44 | 0 | 0.2 | 276.4 | 0.47 | 0.63 |
| Hex | A9 | 73 | CC | 11 | 2C | 0 | 14 | 114 | 2F | 3F |
| Octal | 251 | 163 | 314 | 21 | 54 | 0 | 24 | 424 | 57 | 77 |
| Binary | 10101001 | 1110011 | 11001100 | 10001 | 101100 | 0 | 10100 | 100010100 | 101111 | 111111 |
Color Harmonies of #A973CC
Complementary color
Monochromatic Colors of #A973CC
Black with #A973CC
Text Example
Text Example
White with #A973CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973CC; }
p { color: rgb(169,115,204); }
H1.HeaderClassName
{
color: #A973CC;
}
.AnyTagClassName
{
color: #A973CC;
}
</style>
background-color css
<style>
a { background-color: #A973CC; }
a { background-color: rgb(169,115,204); }
div.DivClassName
{
background-color: #A973CC;
}
.BgClassName
{
background-color: #A973CC;
}
</style>
border-color css
<style>
span { border-color: #A973CC; }
span { border-color: rgb(169,115,204); }
td.TdClassName
{
border-color: #A973CC;
}
.TagClassName
{
border-color: #A973CC;
}
</style>