Shades of Amethyst #A970C1
Tints of Amethyst #A970C1
RGB
CMYK
RGB Variations
Color information
#A970C1 (or 0xA970C1) is known color: Amethyst. HEX triplet: A9, 70 and C1. RGB value is (169,112,193). Sum of RGB (Red+Green+Blue) = 169+112+193=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #A970C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970C1 is #568F3E. Grayscale: #8A8A8A. Windows color (decimal): -5672767 or 12677289. OLE color: 12677289.
HSL color Cylindrical-coordinate representation of color #A970C1: hue angle of 282.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A970C1 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 112 | 193 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.24 |
| HSL | 282.22º | 0.4% | 0.6% | - |
| HSV(B) | 282.22º | 0.42% | 0.76% | - |
| XYZ | 31.78 | 23.87 | 53.39 | - |
| YUV | 138.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 193 | 0.12 | 0.42 | 0 | 0.24 | 282.22 | 0.4 | 0.6 |
| Hex | A9 | 70 | C1 | C | 2A | 0 | 18 | 11A | 28 | 3C |
| Octal | 251 | 160 | 301 | 14 | 52 | 0 | 30 | 432 | 50 | 74 |
| Binary | 10101001 | 1110000 | 11000001 | 1100 | 101010 | 0 | 11000 | 100011010 | 101000 | 111100 |
Color Harmonies of #A970C1
Complementary color
Monochromatic Colors of #A970C1
Black with #A970C1
Text Example
Text Example
White with #A970C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970C1; }
p { color: rgb(169,112,193); }
H1.HeaderClassName
{
color: #A970C1;
}
.AnyTagClassName
{
color: #A970C1;
}
</style>
background-color css
<style>
a { background-color: #A970C1; }
a { background-color: rgb(169,112,193); }
div.DivClassName
{
background-color: #A970C1;
}
.BgClassName
{
background-color: #A970C1;
}
</style>
border-color css
<style>
span { border-color: #A970C1; }
span { border-color: rgb(169,112,193); }
td.TdClassName
{
border-color: #A970C1;
}
.TagClassName
{
border-color: #A970C1;
}
</style>