Shades of Amethyst #A176D4
Tints of Amethyst #A176D4
RGB
CMYK
RGB Variations
Color information
#A176D4 (or 0xA176D4) is known color: Amethyst. HEX triplet: A1, 76 and D4. RGB value is (161,118,212). Sum of RGB (Red+Green+Blue) = 161+118+212=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #A176D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176D4 is #5E892B. Grayscale: #8D8D8D. Windows color (decimal): -6195500 or 13924001. OLE color: 13924001.
HSL color Cylindrical-coordinate representation of color #A176D4: hue angle of 267.45º degrees, saturation: 0.52, 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 #A176D4 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 118 | 212 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.17 |
| HSL | 267.45º | 0.52% | 0.65% | - |
| HSV(B) | 267.45º | 0.44% | 0.83% | - |
| XYZ | 33.06 | 25.29 | 65.43 | - |
| YUV | 141.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 212 | 0.24 | 0.44 | 0 | 0.17 | 267.45 | 0.52 | 0.65 |
| Hex | A1 | 76 | D4 | 18 | 2C | 0 | 11 | 10B | 34 | 41 |
| Octal | 241 | 166 | 324 | 30 | 54 | 0 | 21 | 413 | 64 | 101 |
| Binary | 10100001 | 1110110 | 11010100 | 11000 | 101100 | 0 | 10001 | 100001011 | 110100 | 1000001 |
Color Harmonies of #A176D4
Complementary color
Monochromatic Colors of #A176D4
Black with #A176D4
Text Example
Text Example
White with #A176D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A176D4; }
p { color: rgb(161,118,212); }
H1.HeaderClassName
{
color: #A176D4;
}
.AnyTagClassName
{
color: #A176D4;
}
</style>
background-color css
<style>
a { background-color: #A176D4; }
a { background-color: rgb(161,118,212); }
div.DivClassName
{
background-color: #A176D4;
}
.BgClassName
{
background-color: #A176D4;
}
</style>
border-color css
<style>
span { border-color: #A176D4; }
span { border-color: rgb(161,118,212); }
td.TdClassName
{
border-color: #A176D4;
}
.TagClassName
{
border-color: #A176D4;
}
</style>