Shades of Amethyst #A772DC
Tints of Amethyst #A772DC
RGB
CMYK
RGB Variations
Color information
#A772DC (or 0xA772DC) is known color: Amethyst. HEX triplet: A7, 72 and DC. RGB value is (167,114,220). Sum of RGB (Red+Green+Blue) = 167+114+220=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #A772DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772DC is #588D23. Grayscale: #8D8D8D. Windows color (decimal): -5803300 or 14447271. OLE color: 14447271.
HSL color Cylindrical-coordinate representation of color #A772DC: hue angle of 270º degrees, saturation: 0.6, 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 #A772DC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 114 | 220 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.14 |
| HSL | 270º | 0.6% | 0.65% | - |
| HSV(B) | 270º | 0.48% | 0.86% | - |
| XYZ | 34.87 | 25.42 | 70.78 | - |
| YUV | 141.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 220 | 0.24 | 0.48 | 0 | 0.14 | 270 | 0.6 | 0.65 |
| Hex | A7 | 72 | DC | 18 | 30 | 0 | E | 10E | 3C | 41 |
| Octal | 247 | 162 | 334 | 30 | 60 | 0 | 16 | 416 | 74 | 101 |
| Binary | 10100111 | 1110010 | 11011100 | 11000 | 110000 | 0 | 1110 | 100001110 | 111100 | 1000001 |
Color Harmonies of #A772DC
Complementary color
Monochromatic Colors of #A772DC
Black with #A772DC
Text Example
Text Example
White with #A772DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A772DC; }
p { color: rgb(167,114,220); }
H1.HeaderClassName
{
color: #A772DC;
}
.AnyTagClassName
{
color: #A772DC;
}
</style>
background-color css
<style>
a { background-color: #A772DC; }
a { background-color: rgb(167,114,220); }
div.DivClassName
{
background-color: #A772DC;
}
.BgClassName
{
background-color: #A772DC;
}
</style>
border-color css
<style>
span { border-color: #A772DC; }
span { border-color: rgb(167,114,220); }
td.TdClassName
{
border-color: #A772DC;
}
.TagClassName
{
border-color: #A772DC;
}
</style>