Shades of Amethyst #B179DA
Tints of Amethyst #B179DA
RGB
CMYK
RGB Variations
Color information
#B179DA (or 0xB179DA) is known color: Amethyst. HEX triplet: B1, 79 and DA. RGB value is (177,121,218). Sum of RGB (Red+Green+Blue) = 177+121+218=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B179DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179DA is #4E8625. Grayscale: #949494. Windows color (decimal): -5146150 or 14318001. OLE color: 14318001.
HSL color Cylindrical-coordinate representation of color #B179DA: hue angle of 274.64º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B179DA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 121 | 218 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.15 |
| HSL | 274.64º | 0.57% | 0.66% | - |
| HSV(B) | 274.64º | 0.44% | 0.85% | - |
| XYZ | 37.62 | 28.08 | 69.77 | - |
| YUV | 148.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 218 | 0.19 | 0.44 | 0 | 0.15 | 274.64 | 0.57 | 0.66 |
| Hex | B1 | 79 | DA | 13 | 2C | 0 | F | 113 | 39 | 42 |
| Octal | 261 | 171 | 332 | 23 | 54 | 0 | 17 | 423 | 71 | 102 |
| Binary | 10110001 | 1111001 | 11011010 | 10011 | 101100 | 0 | 1111 | 100010011 | 111001 | 1000010 |
Color Harmonies of #B179DA
Complementary color
Monochromatic Colors of #B179DA
Black with #B179DA
Text Example
Text Example
White with #B179DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179DA; }
p { color: rgb(177,121,218); }
H1.HeaderClassName
{
color: #B179DA;
}
.AnyTagClassName
{
color: #B179DA;
}
</style>
background-color css
<style>
a { background-color: #B179DA; }
a { background-color: rgb(177,121,218); }
div.DivClassName
{
background-color: #B179DA;
}
.BgClassName
{
background-color: #B179DA;
}
</style>
border-color css
<style>
span { border-color: #B179DA; }
span { border-color: rgb(177,121,218); }
td.TdClassName
{
border-color: #B179DA;
}
.TagClassName
{
border-color: #B179DA;
}
</style>