Shades of Amethyst #B17ADC
Tints of Amethyst #B17ADC
RGB
CMYK
RGB Variations
Color information
#B17ADC (or 0xB17ADC) is known color: Amethyst. HEX triplet: B1, 7A and DC. RGB value is (177,122,220). Sum of RGB (Red+Green+Blue) = 177+122+220=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B17ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ADC is #4E8523. Grayscale: #959595. Windows color (decimal): -5145892 or 14449329. OLE color: 14449329.
HSL color Cylindrical-coordinate representation of color #B17ADC: hue angle of 273.67º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B17ADC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 122 | 220 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.14 |
| HSL | 273.67º | 0.58% | 0.67% | - |
| HSV(B) | 273.67º | 0.45% | 0.86% | - |
| XYZ | 38.01 | 28.43 | 71.2 | - |
| YUV | 149.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 220 | 0.20 | 0.45 | 0 | 0.14 | 273.67 | 0.58 | 0.67 |
| Hex | B1 | 7A | DC | 14 | 2D | 0 | E | 112 | 3A | 43 |
| Octal | 261 | 172 | 334 | 24 | 55 | 0 | 16 | 422 | 72 | 103 |
| Binary | 10110001 | 1111010 | 11011100 | 10100 | 101101 | 0 | 1110 | 100010010 | 111010 | 1000011 |
Color Harmonies of #B17ADC
Complementary color
Monochromatic Colors of #B17ADC
Black with #B17ADC
Text Example
Text Example
White with #B17ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ADC; }
p { color: rgb(177,122,220); }
H1.HeaderClassName
{
color: #B17ADC;
}
.AnyTagClassName
{
color: #B17ADC;
}
</style>
background-color css
<style>
a { background-color: #B17ADC; }
a { background-color: rgb(177,122,220); }
div.DivClassName
{
background-color: #B17ADC;
}
.BgClassName
{
background-color: #B17ADC;
}
</style>
border-color css
<style>
span { border-color: #B17ADC; }
span { border-color: rgb(177,122,220); }
td.TdClassName
{
border-color: #B17ADC;
}
.TagClassName
{
border-color: #B17ADC;
}
</style>