Shades of Amethyst #B172DF
Tints of Amethyst #B172DF
RGB
CMYK
RGB Variations
Color information
#B172DF (or 0xB172DF) is known color: Amethyst. HEX triplet: B1, 72 and DF. RGB value is (177,114,223). Sum of RGB (Red+Green+Blue) = 177+114+223=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #B172DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172DF is #4E8D20. Grayscale: #909090. Windows color (decimal): -5147937 or 14643889. OLE color: 14643889.
HSL color Cylindrical-coordinate representation of color #B172DF: hue angle of 274.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B172DF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 114 | 223 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.13 |
| HSL | 274.68º | 0.63% | 0.66% | - |
| HSV(B) | 274.68º | 0.49% | 0.87% | - |
| XYZ | 37.47 | 26.71 | 72.99 | - |
| YUV | 145.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 223 | 0.21 | 0.49 | 0 | 0.13 | 274.68 | 0.63 | 0.66 |
| Hex | B1 | 72 | DF | 15 | 31 | 0 | D | 113 | 3F | 42 |
| Octal | 261 | 162 | 337 | 25 | 61 | 0 | 15 | 423 | 77 | 102 |
| Binary | 10110001 | 1110010 | 11011111 | 10101 | 110001 | 0 | 1101 | 100010011 | 111111 | 1000010 |
Color Harmonies of #B172DF
Complementary color
Monochromatic Colors of #B172DF
Black with #B172DF
Text Example
Text Example
White with #B172DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172DF; }
p { color: rgb(177,114,223); }
H1.HeaderClassName
{
color: #B172DF;
}
.AnyTagClassName
{
color: #B172DF;
}
</style>
background-color css
<style>
a { background-color: #B172DF; }
a { background-color: rgb(177,114,223); }
div.DivClassName
{
background-color: #B172DF;
}
.BgClassName
{
background-color: #B172DF;
}
</style>
border-color css
<style>
span { border-color: #B172DF; }
span { border-color: rgb(177,114,223); }
td.TdClassName
{
border-color: #B172DF;
}
.TagClassName
{
border-color: #B172DF;
}
</style>