Shades of Amethyst #A773DB
Tints of Amethyst #A773DB
RGB
CMYK
RGB Variations
Color information
#A773DB (or 0xA773DB) is known color: Amethyst. HEX triplet: A7, 73 and DB. RGB value is (167,115,219). Sum of RGB (Red+Green+Blue) = 167+115+219=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A773DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773DB is #588C24. Grayscale: #8E8E8E. Windows color (decimal): -5803045 or 14381991. OLE color: 14381991.
HSL color Cylindrical-coordinate representation of color #A773DB: hue angle of 270º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A773DB is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 115 | 219 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.14 |
| HSL | 270º | 0.59% | 0.65% | - |
| HSV(B) | 270º | 0.47% | 0.86% | - |
| XYZ | 34.85 | 25.59 | 70.12 | - |
| YUV | 142.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 219 | 0.24 | 0.47 | 0 | 0.14 | 270 | 0.59 | 0.65 |
| Hex | A7 | 73 | DB | 18 | 2F | 0 | E | 10E | 3B | 41 |
| Octal | 247 | 163 | 333 | 30 | 57 | 0 | 16 | 416 | 73 | 101 |
| Binary | 10100111 | 1110011 | 11011011 | 11000 | 101111 | 0 | 1110 | 100001110 | 111011 | 1000001 |
Color Harmonies of #A773DB
Complementary color
Monochromatic Colors of #A773DB
Black with #A773DB
Text Example
Text Example
White with #A773DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773DB; }
p { color: rgb(167,115,219); }
H1.HeaderClassName
{
color: #A773DB;
}
.AnyTagClassName
{
color: #A773DB;
}
</style>
background-color css
<style>
a { background-color: #A773DB; }
a { background-color: rgb(167,115,219); }
div.DivClassName
{
background-color: #A773DB;
}
.BgClassName
{
background-color: #A773DB;
}
</style>
border-color css
<style>
span { border-color: #A773DB; }
span { border-color: rgb(167,115,219); }
td.TdClassName
{
border-color: #A773DB;
}
.TagClassName
{
border-color: #A773DB;
}
</style>