Shades of Amethyst #B07ADD
Tints of Amethyst #B07ADD
RGB
CMYK
RGB Variations
Color information
#B07ADD (or 0xB07ADD) is known color: Amethyst. HEX triplet: B0, 7A and DD. RGB value is (176,122,221). Sum of RGB (Red+Green+Blue) = 176+122+221=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #B07ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ADD is #4F8522. Grayscale: #959595. Windows color (decimal): -5211427 or 14514864. OLE color: 14514864.
HSL color Cylindrical-coordinate representation of color #B07ADD: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B07ADD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 122 | 221 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.13 |
| HSL | 272.73º | 0.59% | 0.67% | - |
| HSV(B) | 272.73º | 0.45% | 0.87% | - |
| XYZ | 37.92 | 28.37 | 71.88 | - |
| YUV | 149.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 221 | 0.20 | 0.45 | 0 | 0.13 | 272.73 | 0.59 | 0.67 |
| Hex | B0 | 7A | DD | 14 | 2D | 0 | D | 111 | 3B | 43 |
| Octal | 260 | 172 | 335 | 24 | 55 | 0 | 15 | 421 | 73 | 103 |
| Binary | 10110000 | 1111010 | 11011101 | 10100 | 101101 | 0 | 1101 | 100010001 | 111011 | 1000011 |
Color Harmonies of #B07ADD
Complementary color
Monochromatic Colors of #B07ADD
Black with #B07ADD
Text Example
Text Example
White with #B07ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07ADD; }
p { color: rgb(176,122,221); }
H1.HeaderClassName
{
color: #B07ADD;
}
.AnyTagClassName
{
color: #B07ADD;
}
</style>
background-color css
<style>
a { background-color: #B07ADD; }
a { background-color: rgb(176,122,221); }
div.DivClassName
{
background-color: #B07ADD;
}
.BgClassName
{
background-color: #B07ADD;
}
</style>
border-color css
<style>
span { border-color: #B07ADD; }
span { border-color: rgb(176,122,221); }
td.TdClassName
{
border-color: #B07ADD;
}
.TagClassName
{
border-color: #B07ADD;
}
</style>