Shades of Amethyst #A975CC
Tints of Amethyst #A975CC
RGB
CMYK
RGB Variations
Color information
#A975CC (or 0xA975CC) is known color: Amethyst. HEX triplet: A9, 75 and CC. RGB value is (169,117,204). Sum of RGB (Red+Green+Blue) = 169+117+204=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A975CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975CC is #568A33. Grayscale: #8E8E8E. Windows color (decimal): -5671476 or 13399465. OLE color: 13399465.
HSL color Cylindrical-coordinate representation of color #A975CC: hue angle of 275.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A975CC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 117 | 204 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.2 |
| HSL | 275.86º | 0.46% | 0.63% | - |
| HSV(B) | 275.86º | 0.43% | 0.8% | - |
| XYZ | 33.62 | 25.52 | 60.28 | - |
| YUV | 142.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 204 | 0.17 | 0.43 | 0 | 0.2 | 275.86 | 0.46 | 0.63 |
| Hex | A9 | 75 | CC | 11 | 2B | 0 | 14 | 114 | 2E | 3F |
| Octal | 251 | 165 | 314 | 21 | 53 | 0 | 24 | 424 | 56 | 77 |
| Binary | 10101001 | 1110101 | 11001100 | 10001 | 101011 | 0 | 10100 | 100010100 | 101110 | 111111 |
Color Harmonies of #A975CC
Complementary color
Monochromatic Colors of #A975CC
Black with #A975CC
Text Example
Text Example
White with #A975CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975CC; }
p { color: rgb(169,117,204); }
H1.HeaderClassName
{
color: #A975CC;
}
.AnyTagClassName
{
color: #A975CC;
}
</style>
background-color css
<style>
a { background-color: #A975CC; }
a { background-color: rgb(169,117,204); }
div.DivClassName
{
background-color: #A975CC;
}
.BgClassName
{
background-color: #A975CC;
}
</style>
border-color css
<style>
span { border-color: #A975CC; }
span { border-color: rgb(169,117,204); }
td.TdClassName
{
border-color: #A975CC;
}
.TagClassName
{
border-color: #A975CC;
}
</style>