Shades of Amethyst #B170DA
Tints of Amethyst #B170DA
RGB
CMYK
RGB Variations
Color information
#B170DA (or 0xB170DA) is known color: Amethyst. HEX triplet: B1, 70 and DA. RGB value is (177,112,218). Sum of RGB (Red+Green+Blue) = 177+112+218=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B170DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170DA is #4E8F25. Grayscale: #8F8F8F. Windows color (decimal): -5148454 or 14315697. OLE color: 14315697.
HSL color Cylindrical-coordinate representation of color #B170DA: hue angle of 276.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B170DA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 112 | 218 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.15 |
| HSL | 276.79º | 0.59% | 0.65% | - |
| HSV(B) | 276.79º | 0.49% | 0.85% | - |
| XYZ | 36.58 | 26 | 69.42 | - |
| YUV | 143.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 218 | 0.19 | 0.49 | 0 | 0.15 | 276.79 | 0.59 | 0.65 |
| Hex | B1 | 70 | DA | 13 | 31 | 0 | F | 115 | 3B | 41 |
| Octal | 261 | 160 | 332 | 23 | 61 | 0 | 17 | 425 | 73 | 101 |
| Binary | 10110001 | 1110000 | 11011010 | 10011 | 110001 | 0 | 1111 | 100010101 | 111011 | 1000001 |
Color Harmonies of #B170DA
Complementary color
Monochromatic Colors of #B170DA
Black with #B170DA
Text Example
Text Example
White with #B170DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170DA; }
p { color: rgb(177,112,218); }
H1.HeaderClassName
{
color: #B170DA;
}
.AnyTagClassName
{
color: #B170DA;
}
</style>
background-color css
<style>
a { background-color: #B170DA; }
a { background-color: rgb(177,112,218); }
div.DivClassName
{
background-color: #B170DA;
}
.BgClassName
{
background-color: #B170DA;
}
</style>
border-color css
<style>
span { border-color: #B170DA; }
span { border-color: rgb(177,112,218); }
td.TdClassName
{
border-color: #B170DA;
}
.TagClassName
{
border-color: #B170DA;
}
</style>