Shades of Amethyst #AC74D9
Tints of Amethyst #AC74D9
RGB
CMYK
RGB Variations
Color information
#AC74D9 (or 0xAC74D9) is known color: Amethyst. HEX triplet: AC, 74 and D9. RGB value is (172,116,217). Sum of RGB (Red+Green+Blue) = 172+116+217=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC74D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74D9 is #538B26. Grayscale: #8F8F8F. Windows color (decimal): -5475111 or 14251180. OLE color: 14251180.
HSL color Cylindrical-coordinate representation of color #AC74D9: hue angle of 273.27º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC74D9 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 116 | 217 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.15 |
| HSL | 273.27º | 0.57% | 0.65% | - |
| HSV(B) | 273.27º | 0.47% | 0.85% | - |
| XYZ | 35.78 | 26.27 | 68.83 | - |
| YUV | 144.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 217 | 0.21 | 0.47 | 0 | 0.15 | 273.27 | 0.57 | 0.65 |
| Hex | AC | 74 | D9 | 15 | 2F | 0 | F | 111 | 39 | 41 |
| Octal | 254 | 164 | 331 | 25 | 57 | 0 | 17 | 421 | 71 | 101 |
| Binary | 10101100 | 1110100 | 11011001 | 10101 | 101111 | 0 | 1111 | 100010001 | 111001 | 1000001 |
Color Harmonies of #AC74D9
Complementary color
Monochromatic Colors of #AC74D9
Black with #AC74D9
Text Example
Text Example
White with #AC74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74D9; }
p { color: rgb(172,116,217); }
H1.HeaderClassName
{
color: #AC74D9;
}
.AnyTagClassName
{
color: #AC74D9;
}
</style>
background-color css
<style>
a { background-color: #AC74D9; }
a { background-color: rgb(172,116,217); }
div.DivClassName
{
background-color: #AC74D9;
}
.BgClassName
{
background-color: #AC74D9;
}
</style>
border-color css
<style>
span { border-color: #AC74D9; }
span { border-color: rgb(172,116,217); }
td.TdClassName
{
border-color: #AC74D9;
}
.TagClassName
{
border-color: #AC74D9;
}
</style>