Shades of Amethyst #A770C2
Tints of Amethyst #A770C2
RGB
CMYK
RGB Variations
Color information
#A770C2 (or 0xA770C2) is known color: Amethyst. HEX triplet: A7, 70 and C2. RGB value is (167,112,194). Sum of RGB (Red+Green+Blue) = 167+112+194=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #A770C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770C2 is #588F3D. Grayscale: #898989. Windows color (decimal): -5803838 or 12742823. OLE color: 12742823.
HSL color Cylindrical-coordinate representation of color #A770C2: hue angle of 280.24º 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 #A770C2 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 112 | 194 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.24 |
| HSL | 280.24º | 0.4% | 0.6% | - |
| HSV(B) | 280.24º | 0.42% | 0.76% | - |
| XYZ | 31.47 | 23.7 | 53.95 | - |
| YUV | 137.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 194 | 0.14 | 0.42 | 0 | 0.24 | 280.24 | 0.4 | 0.6 |
| Hex | A7 | 70 | C2 | E | 2A | 0 | 18 | 118 | 28 | 3C |
| Octal | 247 | 160 | 302 | 16 | 52 | 0 | 30 | 430 | 50 | 74 |
| Binary | 10100111 | 1110000 | 11000010 | 1110 | 101010 | 0 | 11000 | 100011000 | 101000 | 111100 |
Color Harmonies of #A770C2
Complementary color
Monochromatic Colors of #A770C2
Black with #A770C2
Text Example
Text Example
White with #A770C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770C2; }
p { color: rgb(167,112,194); }
H1.HeaderClassName
{
color: #A770C2;
}
.AnyTagClassName
{
color: #A770C2;
}
</style>
background-color css
<style>
a { background-color: #A770C2; }
a { background-color: rgb(167,112,194); }
div.DivClassName
{
background-color: #A770C2;
}
.BgClassName
{
background-color: #A770C2;
}
</style>
border-color css
<style>
span { border-color: #A770C2; }
span { border-color: rgb(167,112,194); }
td.TdClassName
{
border-color: #A770C2;
}
.TagClassName
{
border-color: #A770C2;
}
</style>