Shades of Amethyst #A174C9
Tints of Amethyst #A174C9
RGB
CMYK
RGB Variations
Color information
#A174C9 (or 0xA174C9) is known color: Amethyst. HEX triplet: A1, 74 and C9. RGB value is (161,116,201). Sum of RGB (Red+Green+Blue) = 161+116+201=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #A174C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174C9 is #5E8B36. Grayscale: #8A8A8A. Windows color (decimal): -6196023 or 13202593. OLE color: 13202593.
HSL color Cylindrical-coordinate representation of color #A174C9: hue angle of 271.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A174C9 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 116 | 201 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.21 |
| HSL | 271.76º | 0.44% | 0.62% | - |
| HSV(B) | 271.76º | 0.42% | 0.79% | - |
| XYZ | 31.49 | 24.28 | 58.29 | - |
| YUV | 139.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 201 | 0.20 | 0.42 | 0 | 0.21 | 271.76 | 0.44 | 0.62 |
| Hex | A1 | 74 | C9 | 14 | 2A | 0 | 15 | 110 | 2C | 3E |
| Octal | 241 | 164 | 311 | 24 | 52 | 0 | 25 | 420 | 54 | 76 |
| Binary | 10100001 | 1110100 | 11001001 | 10100 | 101010 | 0 | 10101 | 100010000 | 101100 | 111110 |
Color Harmonies of #A174C9
Complementary color
Monochromatic Colors of #A174C9
Black with #A174C9
Text Example
Text Example
White with #A174C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174C9; }
p { color: rgb(161,116,201); }
H1.HeaderClassName
{
color: #A174C9;
}
.AnyTagClassName
{
color: #A174C9;
}
</style>
background-color css
<style>
a { background-color: #A174C9; }
a { background-color: rgb(161,116,201); }
div.DivClassName
{
background-color: #A174C9;
}
.BgClassName
{
background-color: #A174C9;
}
</style>
border-color css
<style>
span { border-color: #A174C9; }
span { border-color: rgb(161,116,201); }
td.TdClassName
{
border-color: #A174C9;
}
.TagClassName
{
border-color: #A174C9;
}
</style>