Shades of Amethyst #A970C7
Tints of Amethyst #A970C7
RGB
CMYK
RGB Variations
Color information
#A970C7 (or 0xA970C7) is known color: Amethyst. HEX triplet: A9, 70 and C7. RGB value is (169,112,199). Sum of RGB (Red+Green+Blue) = 169+112+199=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #A970C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970C7 is #568F38. Grayscale: #8A8A8A. Windows color (decimal): -5672761 or 13070505. OLE color: 13070505.
HSL color Cylindrical-coordinate representation of color #A970C7: hue angle of 279.31º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A970C7 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 112 | 199 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.22 |
| HSL | 279.31º | 0.44% | 0.61% | - |
| HSV(B) | 279.31º | 0.44% | 0.78% | - |
| XYZ | 32.47 | 24.15 | 56.98 | - |
| YUV | 138.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 199 | 0.15 | 0.44 | 0 | 0.22 | 279.31 | 0.44 | 0.61 |
| Hex | A9 | 70 | C7 | F | 2C | 0 | 16 | 117 | 2C | 3D |
| Octal | 251 | 160 | 307 | 17 | 54 | 0 | 26 | 427 | 54 | 75 |
| Binary | 10101001 | 1110000 | 11000111 | 1111 | 101100 | 0 | 10110 | 100010111 | 101100 | 111101 |
Color Harmonies of #A970C7
Complementary color
Monochromatic Colors of #A970C7
Black with #A970C7
Text Example
Text Example
White with #A970C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970C7; }
p { color: rgb(169,112,199); }
H1.HeaderClassName
{
color: #A970C7;
}
.AnyTagClassName
{
color: #A970C7;
}
</style>
background-color css
<style>
a { background-color: #A970C7; }
a { background-color: rgb(169,112,199); }
div.DivClassName
{
background-color: #A970C7;
}
.BgClassName
{
background-color: #A970C7;
}
</style>
border-color css
<style>
span { border-color: #A970C7; }
span { border-color: rgb(169,112,199); }
td.TdClassName
{
border-color: #A970C7;
}
.TagClassName
{
border-color: #A970C7;
}
</style>