Shades of Amethyst #A772DB
Tints of Amethyst #A772DB
RGB
CMYK
RGB Variations
Color information
#A772DB (or 0xA772DB) is known color: Amethyst. HEX triplet: A7, 72 and DB. RGB value is (167,114,219). Sum of RGB (Red+Green+Blue) = 167+114+219=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #A772DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772DB is #588D24. Grayscale: #8D8D8D. Windows color (decimal): -5803301 or 14381735. OLE color: 14381735.
HSL color Cylindrical-coordinate representation of color #A772DB: hue angle of 270.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A772DB is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 114 | 219 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.14 |
| HSL | 270.29º | 0.59% | 0.65% | - |
| HSV(B) | 270.29º | 0.48% | 0.86% | - |
| XYZ | 34.74 | 25.36 | 70.08 | - |
| YUV | 141.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 219 | 0.24 | 0.48 | 0 | 0.14 | 270.29 | 0.59 | 0.65 |
| Hex | A7 | 72 | DB | 18 | 30 | 0 | E | 10E | 3B | 41 |
| Octal | 247 | 162 | 333 | 30 | 60 | 0 | 16 | 416 | 73 | 101 |
| Binary | 10100111 | 1110010 | 11011011 | 11000 | 110000 | 0 | 1110 | 100001110 | 111011 | 1000001 |
Color Harmonies of #A772DB
Complementary color
Monochromatic Colors of #A772DB
Black with #A772DB
Text Example
Text Example
White with #A772DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A772DB; }
p { color: rgb(167,114,219); }
H1.HeaderClassName
{
color: #A772DB;
}
.AnyTagClassName
{
color: #A772DB;
}
</style>
background-color css
<style>
a { background-color: #A772DB; }
a { background-color: rgb(167,114,219); }
div.DivClassName
{
background-color: #A772DB;
}
.BgClassName
{
background-color: #A772DB;
}
</style>
border-color css
<style>
span { border-color: #A772DB; }
span { border-color: rgb(167,114,219); }
td.TdClassName
{
border-color: #A772DB;
}
.TagClassName
{
border-color: #A772DB;
}
</style>