Shades of Amethyst #B07AD9
Tints of Amethyst #B07AD9
RGB
CMYK
RGB Variations
Color information
#B07AD9 (or 0xB07AD9) is known color: Amethyst. HEX triplet: B0, 7A and D9. RGB value is (176,122,217). Sum of RGB (Red+Green+Blue) = 176+122+217=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #B07AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AD9 is #4F8526. Grayscale: #949494. Windows color (decimal): -5211431 or 14252720. OLE color: 14252720.
HSL color Cylindrical-coordinate representation of color #B07AD9: hue angle of 274.11º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07AD9 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 122 | 217 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.15 |
| HSL | 274.11º | 0.56% | 0.66% | - |
| HSV(B) | 274.11º | 0.44% | 0.85% | - |
| XYZ | 37.39 | 28.16 | 69.11 | - |
| YUV | 148.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 217 | 0.19 | 0.44 | 0 | 0.15 | 274.11 | 0.56 | 0.66 |
| Hex | B0 | 7A | D9 | 13 | 2C | 0 | F | 112 | 38 | 42 |
| Octal | 260 | 172 | 331 | 23 | 54 | 0 | 17 | 422 | 70 | 102 |
| Binary | 10110000 | 1111010 | 11011001 | 10011 | 101100 | 0 | 1111 | 100010010 | 111000 | 1000010 |
Color Harmonies of #B07AD9
Complementary color
Monochromatic Colors of #B07AD9
Black with #B07AD9
Text Example
Text Example
White with #B07AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AD9; }
p { color: rgb(176,122,217); }
H1.HeaderClassName
{
color: #B07AD9;
}
.AnyTagClassName
{
color: #B07AD9;
}
</style>
background-color css
<style>
a { background-color: #B07AD9; }
a { background-color: rgb(176,122,217); }
div.DivClassName
{
background-color: #B07AD9;
}
.BgClassName
{
background-color: #B07AD9;
}
</style>
border-color css
<style>
span { border-color: #B07AD9; }
span { border-color: rgb(176,122,217); }
td.TdClassName
{
border-color: #B07AD9;
}
.TagClassName
{
border-color: #B07AD9;
}
</style>