Shades of Amethyst #A176D3
Tints of Amethyst #A176D3
RGB
CMYK
RGB Variations
Color information
#A176D3 (or 0xA176D3) is known color: Amethyst. HEX triplet: A1, 76 and D3. RGB value is (161,118,211). Sum of RGB (Red+Green+Blue) = 161+118+211=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #A176D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176D3 is #5E892C. Grayscale: #8D8D8D. Windows color (decimal): -6195501 or 13858465. OLE color: 13858465.
HSL color Cylindrical-coordinate representation of color #A176D3: hue angle of 267.74º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A176D3 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 118 | 211 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.17 |
| HSL | 267.74º | 0.51% | 0.65% | - |
| HSV(B) | 267.74º | 0.44% | 0.83% | - |
| XYZ | 32.93 | 25.24 | 64.76 | - |
| YUV | 141.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 211 | 0.24 | 0.44 | 0 | 0.17 | 267.74 | 0.51 | 0.65 |
| Hex | A1 | 76 | D3 | 18 | 2C | 0 | 11 | 10C | 33 | 41 |
| Octal | 241 | 166 | 323 | 30 | 54 | 0 | 21 | 414 | 63 | 101 |
| Binary | 10100001 | 1110110 | 11010011 | 11000 | 101100 | 0 | 10001 | 100001100 | 110011 | 1000001 |
Color Harmonies of #A176D3
Complementary color
Monochromatic Colors of #A176D3
Black with #A176D3
Text Example
Text Example
White with #A176D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176D3; }
p { color: rgb(161,118,211); }
H1.HeaderClassName
{
color: #A176D3;
}
.AnyTagClassName
{
color: #A176D3;
}
</style>
background-color css
<style>
a { background-color: #A176D3; }
a { background-color: rgb(161,118,211); }
div.DivClassName
{
background-color: #A176D3;
}
.BgClassName
{
background-color: #A176D3;
}
</style>
border-color css
<style>
span { border-color: #A176D3; }
span { border-color: rgb(161,118,211); }
td.TdClassName
{
border-color: #A176D3;
}
.TagClassName
{
border-color: #A176D3;
}
</style>