Shades of Amethyst #B17ADB
Tints of Amethyst #B17ADB
RGB
CMYK
RGB Variations
Color information
#B17ADB (or 0xB17ADB) is known color: Amethyst. HEX triplet: B1, 7A and DB. RGB value is (177,122,219). Sum of RGB (Red+Green+Blue) = 177+122+219=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B17ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ADB is #4E8524. Grayscale: #959595. Windows color (decimal): -5145893 or 14383793. OLE color: 14383793.
HSL color Cylindrical-coordinate representation of color #B17ADB: hue angle of 274.02º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17ADB is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 122 | 219 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.14 |
| HSL | 274.02º | 0.57% | 0.67% | - |
| HSV(B) | 274.02º | 0.44% | 0.86% | - |
| XYZ | 37.88 | 28.38 | 70.5 | - |
| YUV | 149.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 219 | 0.19 | 0.44 | 0 | 0.14 | 274.02 | 0.57 | 0.67 |
| Hex | B1 | 7A | DB | 13 | 2C | 0 | E | 112 | 39 | 43 |
| Octal | 261 | 172 | 333 | 23 | 54 | 0 | 16 | 422 | 71 | 103 |
| Binary | 10110001 | 1111010 | 11011011 | 10011 | 101100 | 0 | 1110 | 100010010 | 111001 | 1000011 |
Color Harmonies of #B17ADB
Complementary color
Monochromatic Colors of #B17ADB
Black with #B17ADB
Text Example
Text Example
White with #B17ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ADB; }
p { color: rgb(177,122,219); }
H1.HeaderClassName
{
color: #B17ADB;
}
.AnyTagClassName
{
color: #B17ADB;
}
</style>
background-color css
<style>
a { background-color: #B17ADB; }
a { background-color: rgb(177,122,219); }
div.DivClassName
{
background-color: #B17ADB;
}
.BgClassName
{
background-color: #B17ADB;
}
</style>
border-color css
<style>
span { border-color: #B17ADB; }
span { border-color: rgb(177,122,219); }
td.TdClassName
{
border-color: #B17ADB;
}
.TagClassName
{
border-color: #B17ADB;
}
</style>