Shades of Amethyst #B17ADA
Tints of Amethyst #B17ADA
RGB
CMYK
RGB Variations
Color information
#B17ADA (or 0xB17ADA) is known color: Amethyst. HEX triplet: B1, 7A and DA. RGB value is (177,122,218). Sum of RGB (Red+Green+Blue) = 177+122+218=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B17ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ADA is #4E8525. Grayscale: #959595. Windows color (decimal): -5145894 or 14318257. OLE color: 14318257.
HSL color Cylindrical-coordinate representation of color #B17ADA: hue angle of 274.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17ADA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 122 | 218 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.15 |
| HSL | 274.38º | 0.56% | 0.67% | - |
| HSV(B) | 274.38º | 0.44% | 0.85% | - |
| XYZ | 37.75 | 28.33 | 69.81 | - |
| YUV | 149.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 218 | 0.19 | 0.44 | 0 | 0.15 | 274.38 | 0.56 | 0.67 |
| Hex | B1 | 7A | DA | 13 | 2C | 0 | F | 112 | 38 | 43 |
| Octal | 261 | 172 | 332 | 23 | 54 | 0 | 17 | 422 | 70 | 103 |
| Binary | 10110001 | 1111010 | 11011010 | 10011 | 101100 | 0 | 1111 | 100010010 | 111000 | 1000011 |
Color Harmonies of #B17ADA
Complementary color
Monochromatic Colors of #B17ADA
Black with #B17ADA
Text Example
Text Example
White with #B17ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ADA; }
p { color: rgb(177,122,218); }
H1.HeaderClassName
{
color: #B17ADA;
}
.AnyTagClassName
{
color: #B17ADA;
}
</style>
background-color css
<style>
a { background-color: #B17ADA; }
a { background-color: rgb(177,122,218); }
div.DivClassName
{
background-color: #B17ADA;
}
.BgClassName
{
background-color: #B17ADA;
}
</style>
border-color css
<style>
span { border-color: #B17ADA; }
span { border-color: rgb(177,122,218); }
td.TdClassName
{
border-color: #B17ADA;
}
.TagClassName
{
border-color: #B17ADA;
}
</style>