Shades of Amethyst #A770DB
Tints of Amethyst #A770DB
RGB
CMYK
RGB Variations
Color information
#A770DB (or 0xA770DB) is known color: Amethyst. HEX triplet: A7, 70 and DB. RGB value is (167,112,219). Sum of RGB (Red+Green+Blue) = 167+112+219=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #A770DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770DB is #588F24. Grayscale: #8C8C8C. Windows color (decimal): -5803813 or 14381223. OLE color: 14381223.
HSL color Cylindrical-coordinate representation of color #A770DB: hue angle of 270.84º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A770DB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 112 | 219 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.14 |
| HSL | 270.84º | 0.6% | 0.65% | - |
| HSV(B) | 270.84º | 0.49% | 0.86% | - |
| XYZ | 34.52 | 24.92 | 70.01 | - |
| YUV | 140.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 219 | 0.24 | 0.49 | 0 | 0.14 | 270.84 | 0.6 | 0.65 |
| Hex | A7 | 70 | DB | 18 | 31 | 0 | E | 10F | 3C | 41 |
| Octal | 247 | 160 | 333 | 30 | 61 | 0 | 16 | 417 | 74 | 101 |
| Binary | 10100111 | 1110000 | 11011011 | 11000 | 110001 | 0 | 1110 | 100001111 | 111100 | 1000001 |
Color Harmonies of #A770DB
Complementary color
Monochromatic Colors of #A770DB
Black with #A770DB
Text Example
Text Example
White with #A770DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770DB; }
p { color: rgb(167,112,219); }
H1.HeaderClassName
{
color: #A770DB;
}
.AnyTagClassName
{
color: #A770DB;
}
</style>
background-color css
<style>
a { background-color: #A770DB; }
a { background-color: rgb(167,112,219); }
div.DivClassName
{
background-color: #A770DB;
}
.BgClassName
{
background-color: #A770DB;
}
</style>
border-color css
<style>
span { border-color: #A770DB; }
span { border-color: rgb(167,112,219); }
td.TdClassName
{
border-color: #A770DB;
}
.TagClassName
{
border-color: #A770DB;
}
</style>