Shades of Amethyst #B173DA
Tints of Amethyst #B173DA
RGB
CMYK
RGB Variations
Color information
#B173DA (or 0xB173DA) is known color: Amethyst. HEX triplet: B1, 73 and DA. RGB value is (177,115,218). Sum of RGB (Red+Green+Blue) = 177+115+218=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B173DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173DA is #4E8C25. Grayscale: #909090. Windows color (decimal): -5147686 or 14316465. OLE color: 14316465.
HSL color Cylindrical-coordinate representation of color #B173DA: hue angle of 276.12º degrees, saturation: 0.58, 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 #B173DA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 115 | 218 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.15 |
| HSL | 276.12º | 0.58% | 0.65% | - |
| HSV(B) | 276.12º | 0.47% | 0.85% | - |
| XYZ | 36.92 | 26.67 | 69.53 | - |
| YUV | 145.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 218 | 0.19 | 0.47 | 0 | 0.15 | 276.12 | 0.58 | 0.65 |
| Hex | B1 | 73 | DA | 13 | 2F | 0 | F | 114 | 3A | 41 |
| Octal | 261 | 163 | 332 | 23 | 57 | 0 | 17 | 424 | 72 | 101 |
| Binary | 10110001 | 1110011 | 11011010 | 10011 | 101111 | 0 | 1111 | 100010100 | 111010 | 1000001 |
Color Harmonies of #B173DA
Complementary color
Monochromatic Colors of #B173DA
Black with #B173DA
Text Example
Text Example
White with #B173DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173DA; }
p { color: rgb(177,115,218); }
H1.HeaderClassName
{
color: #B173DA;
}
.AnyTagClassName
{
color: #B173DA;
}
</style>
background-color css
<style>
a { background-color: #B173DA; }
a { background-color: rgb(177,115,218); }
div.DivClassName
{
background-color: #B173DA;
}
.BgClassName
{
background-color: #B173DA;
}
</style>
border-color css
<style>
span { border-color: #B173DA; }
span { border-color: rgb(177,115,218); }
td.TdClassName
{
border-color: #B173DA;
}
.TagClassName
{
border-color: #B173DA;
}
</style>