Shades of Amethyst #A870C2
Tints of Amethyst #A870C2
RGB
CMYK
RGB Variations
Color information
#A870C2 (or 0xA870C2) is known color: Amethyst. HEX triplet: A8, 70 and C2. RGB value is (168,112,194). Sum of RGB (Red+Green+Blue) = 168+112+194=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #A870C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870C2 is #578F3D. Grayscale: #898989. Windows color (decimal): -5738302 or 12742824. OLE color: 12742824.
HSL color Cylindrical-coordinate representation of color #A870C2: hue angle of 280.98º 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 #A870C2 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 112 | 194 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.24 |
| HSL | 280.98º | 0.4% | 0.6% | - |
| HSV(B) | 280.98º | 0.42% | 0.76% | - |
| XYZ | 31.68 | 23.81 | 53.96 | - |
| YUV | 138.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 194 | 0.13 | 0.42 | 0 | 0.24 | 280.98 | 0.4 | 0.6 |
| Hex | A8 | 70 | C2 | D | 2A | 0 | 18 | 119 | 28 | 3C |
| Octal | 250 | 160 | 302 | 15 | 52 | 0 | 30 | 431 | 50 | 74 |
| Binary | 10101000 | 1110000 | 11000010 | 1101 | 101010 | 0 | 11000 | 100011001 | 101000 | 111100 |
Color Harmonies of #A870C2
Complementary color
Monochromatic Colors of #A870C2
Black with #A870C2
Text Example
Text Example
White with #A870C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870C2; }
p { color: rgb(168,112,194); }
H1.HeaderClassName
{
color: #A870C2;
}
.AnyTagClassName
{
color: #A870C2;
}
</style>
background-color css
<style>
a { background-color: #A870C2; }
a { background-color: rgb(168,112,194); }
div.DivClassName
{
background-color: #A870C2;
}
.BgClassName
{
background-color: #A870C2;
}
</style>
border-color css
<style>
span { border-color: #A870C2; }
span { border-color: rgb(168,112,194); }
td.TdClassName
{
border-color: #A870C2;
}
.TagClassName
{
border-color: #A870C2;
}
</style>