Shades of Amethyst #A770BF
Tints of Amethyst #A770BF
RGB
CMYK
RGB Variations
Color information
#A770BF (or 0xA770BF) is known color: Amethyst. HEX triplet: A7, 70 and BF. RGB value is (167,112,191). Sum of RGB (Red+Green+Blue) = 167+112+191=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A770BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BF is #588F40. Grayscale: #898989. Windows color (decimal): -5803841 or 12546215. OLE color: 12546215.
HSL color Cylindrical-coordinate representation of color #A770BF: hue angle of 281.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A770BF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 112 | 191 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.25 |
| HSL | 281.77º | 0.38% | 0.59% | - |
| HSV(B) | 281.77º | 0.41% | 0.75% | - |
| XYZ | 31.13 | 23.57 | 52.2 | - |
| YUV | 137.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 191 | 0.13 | 0.41 | 0 | 0.25 | 281.77 | 0.38 | 0.59 |
| Hex | A7 | 70 | BF | D | 29 | 0 | 19 | 11A | 26 | 3B |
| Octal | 247 | 160 | 277 | 15 | 51 | 0 | 31 | 432 | 46 | 73 |
| Binary | 10100111 | 1110000 | 10111111 | 1101 | 101001 | 0 | 11001 | 100011010 | 100110 | 111011 |
Color Harmonies of #A770BF
Complementary color
Monochromatic Colors of #A770BF
Black with #A770BF
Text Example
Text Example
White with #A770BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770BF; }
p { color: rgb(167,112,191); }
H1.HeaderClassName
{
color: #A770BF;
}
.AnyTagClassName
{
color: #A770BF;
}
</style>
background-color css
<style>
a { background-color: #A770BF; }
a { background-color: rgb(167,112,191); }
div.DivClassName
{
background-color: #A770BF;
}
.BgClassName
{
background-color: #A770BF;
}
</style>
border-color css
<style>
span { border-color: #A770BF; }
span { border-color: rgb(167,112,191); }
td.TdClassName
{
border-color: #A770BF;
}
.TagClassName
{
border-color: #A770BF;
}
</style>