Shades of Amethyst #AC77D9
Tints of Amethyst #AC77D9
RGB
CMYK
RGB Variations
Color information
#AC77D9 (or 0xAC77D9) is known color: Amethyst. HEX triplet: AC, 77 and D9. RGB value is (172,119,217). Sum of RGB (Red+Green+Blue) = 172+119+217=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC77D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77D9 is #538826. Grayscale: #919191. Windows color (decimal): -5474343 or 14251948. OLE color: 14251948.
HSL color Cylindrical-coordinate representation of color #AC77D9: hue angle of 272.45º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC77D9 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 119 | 217 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.15 |
| HSL | 272.45º | 0.56% | 0.66% | - |
| HSV(B) | 272.45º | 0.45% | 0.85% | - |
| XYZ | 36.13 | 26.97 | 68.95 | - |
| YUV | 146.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 217 | 0.21 | 0.45 | 0 | 0.15 | 272.45 | 0.56 | 0.66 |
| Hex | AC | 77 | D9 | 15 | 2D | 0 | F | 110 | 38 | 42 |
| Octal | 254 | 167 | 331 | 25 | 55 | 0 | 17 | 420 | 70 | 102 |
| Binary | 10101100 | 1110111 | 11011001 | 10101 | 101101 | 0 | 1111 | 100010000 | 111000 | 1000010 |
Color Harmonies of #AC77D9
Complementary color
Monochromatic Colors of #AC77D9
Black with #AC77D9
Text Example
Text Example
White with #AC77D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77D9; }
p { color: rgb(172,119,217); }
H1.HeaderClassName
{
color: #AC77D9;
}
.AnyTagClassName
{
color: #AC77D9;
}
</style>
background-color css
<style>
a { background-color: #AC77D9; }
a { background-color: rgb(172,119,217); }
div.DivClassName
{
background-color: #AC77D9;
}
.BgClassName
{
background-color: #AC77D9;
}
</style>
border-color css
<style>
span { border-color: #AC77D9; }
span { border-color: rgb(172,119,217); }
td.TdClassName
{
border-color: #AC77D9;
}
.TagClassName
{
border-color: #AC77D9;
}
</style>