Shades of Amethyst #AC74D6
Tints of Amethyst #AC74D6
RGB
CMYK
RGB Variations
Color information
#AC74D6 (or 0xAC74D6) is known color: Amethyst. HEX triplet: AC, 74 and D6. RGB value is (172,116,214). Sum of RGB (Red+Green+Blue) = 172+116+214=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC74D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74D6 is #538B29. Grayscale: #8F8F8F. Windows color (decimal): -5475114 or 14054572. OLE color: 14054572.
HSL color Cylindrical-coordinate representation of color #AC74D6: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC74D6 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 116 | 214 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.16 |
| HSL | 274.29º | 0.54% | 0.65% | - |
| HSV(B) | 274.29º | 0.46% | 0.84% | - |
| XYZ | 35.4 | 26.12 | 66.79 | - |
| YUV | 143.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 214 | 0.20 | 0.46 | 0 | 0.16 | 274.29 | 0.54 | 0.65 |
| Hex | AC | 74 | D6 | 14 | 2E | 0 | 10 | 112 | 36 | 41 |
| Octal | 254 | 164 | 326 | 24 | 56 | 0 | 20 | 422 | 66 | 101 |
| Binary | 10101100 | 1110100 | 11010110 | 10100 | 101110 | 0 | 10000 | 100010010 | 110110 | 1000001 |
Color Harmonies of #AC74D6
Complementary color
Monochromatic Colors of #AC74D6
Black with #AC74D6
Text Example
Text Example
White with #AC74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74D6; }
p { color: rgb(172,116,214); }
H1.HeaderClassName
{
color: #AC74D6;
}
.AnyTagClassName
{
color: #AC74D6;
}
</style>
background-color css
<style>
a { background-color: #AC74D6; }
a { background-color: rgb(172,116,214); }
div.DivClassName
{
background-color: #AC74D6;
}
.BgClassName
{
background-color: #AC74D6;
}
</style>
border-color css
<style>
span { border-color: #AC74D6; }
span { border-color: rgb(172,116,214); }
td.TdClassName
{
border-color: #AC74D6;
}
.TagClassName
{
border-color: #AC74D6;
}
</style>