Shades of Amethyst #AC77D8
Tints of Amethyst #AC77D8
RGB
CMYK
RGB Variations
Color information
#AC77D8 (or 0xAC77D8) is known color: Amethyst. HEX triplet: AC, 77 and D8. RGB value is (172,119,216). Sum of RGB (Red+Green+Blue) = 172+119+216=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC77D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC77D8 is #538827. Grayscale: #919191. Windows color (decimal): -5474344 or 14186412. OLE color: 14186412.
HSL color Cylindrical-coordinate representation of color #AC77D8: hue angle of 272.78º degrees, saturation: 0.55, 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 #AC77D8 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 119 | 216 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.15 |
| HSL | 272.78º | 0.55% | 0.66% | - |
| HSV(B) | 272.78º | 0.45% | 0.85% | - |
| XYZ | 36 | 26.92 | 68.26 | - |
| YUV | 145.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 216 | 0.20 | 0.45 | 0 | 0.15 | 272.78 | 0.55 | 0.66 |
| Hex | AC | 77 | D8 | 14 | 2D | 0 | F | 111 | 37 | 42 |
| Octal | 254 | 167 | 330 | 24 | 55 | 0 | 17 | 421 | 67 | 102 |
| Binary | 10101100 | 1110111 | 11011000 | 10100 | 101101 | 0 | 1111 | 100010001 | 110111 | 1000010 |
Color Harmonies of #AC77D8
Complementary color
Monochromatic Colors of #AC77D8
Black with #AC77D8
Text Example
Text Example
White with #AC77D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC77D8; }
p { color: rgb(172,119,216); }
H1.HeaderClassName
{
color: #AC77D8;
}
.AnyTagClassName
{
color: #AC77D8;
}
</style>
background-color css
<style>
a { background-color: #AC77D8; }
a { background-color: rgb(172,119,216); }
div.DivClassName
{
background-color: #AC77D8;
}
.BgClassName
{
background-color: #AC77D8;
}
</style>
border-color css
<style>
span { border-color: #AC77D8; }
span { border-color: rgb(172,119,216); }
td.TdClassName
{
border-color: #AC77D8;
}
.TagClassName
{
border-color: #AC77D8;
}
</style>