Shades of Amethyst #A870C7
Tints of Amethyst #A870C7
RGB
CMYK
RGB Variations
Color information
#A870C7 (or 0xA870C7) is known color: Amethyst. HEX triplet: A8, 70 and C7. RGB value is (168,112,199). Sum of RGB (Red+Green+Blue) = 168+112+199=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #A870C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870C7 is #578F38. Grayscale: #8A8A8A. Windows color (decimal): -5738297 or 13070504. OLE color: 13070504.
HSL color Cylindrical-coordinate representation of color #A870C7: hue angle of 278.62º 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 #A870C7 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 112 | 199 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.22 |
| HSL | 278.62º | 0.44% | 0.61% | - |
| HSV(B) | 278.62º | 0.44% | 0.78% | - |
| XYZ | 32.25 | 24.04 | 56.97 | - |
| YUV | 138.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 199 | 0.16 | 0.44 | 0 | 0.22 | 278.62 | 0.44 | 0.61 |
| Hex | A8 | 70 | C7 | 10 | 2C | 0 | 16 | 117 | 2C | 3D |
| Octal | 250 | 160 | 307 | 20 | 54 | 0 | 26 | 427 | 54 | 75 |
| Binary | 10101000 | 1110000 | 11000111 | 10000 | 101100 | 0 | 10110 | 100010111 | 101100 | 111101 |
Color Harmonies of #A870C7
Complementary color
Monochromatic Colors of #A870C7
Black with #A870C7
Text Example
Text Example
White with #A870C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870C7; }
p { color: rgb(168,112,199); }
H1.HeaderClassName
{
color: #A870C7;
}
.AnyTagClassName
{
color: #A870C7;
}
</style>
background-color css
<style>
a { background-color: #A870C7; }
a { background-color: rgb(168,112,199); }
div.DivClassName
{
background-color: #A870C7;
}
.BgClassName
{
background-color: #A870C7;
}
</style>
border-color css
<style>
span { border-color: #A870C7; }
span { border-color: rgb(168,112,199); }
td.TdClassName
{
border-color: #A870C7;
}
.TagClassName
{
border-color: #A870C7;
}
</style>