Shades of Amethyst #B07ADE
Tints of Amethyst #B07ADE
RGB
CMYK
RGB Variations
Color information
#B07ADE (or 0xB07ADE) is known color: Amethyst. HEX triplet: B0, 7A and DE. RGB value is (176,122,222). Sum of RGB (Red+Green+Blue) = 176+122+222=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #B07ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ADE is #4F8521. Grayscale: #959595. Windows color (decimal): -5211426 or 14580400. OLE color: 14580400.
HSL color Cylindrical-coordinate representation of color #B07ADE: hue angle of 272.4º degrees, saturation: 0.6, 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 #B07ADE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 122 | 222 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.13 |
| HSL | 272.4º | 0.6% | 0.67% | - |
| HSV(B) | 272.4º | 0.45% | 0.87% | - |
| XYZ | 38.05 | 28.42 | 72.59 | - |
| YUV | 149.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 222 | 0.21 | 0.45 | 0 | 0.13 | 272.4 | 0.6 | 0.67 |
| Hex | B0 | 7A | DE | 15 | 2D | 0 | D | 110 | 3C | 43 |
| Octal | 260 | 172 | 336 | 25 | 55 | 0 | 15 | 420 | 74 | 103 |
| Binary | 10110000 | 1111010 | 11011110 | 10101 | 101101 | 0 | 1101 | 100010000 | 111100 | 1000011 |
Color Harmonies of #B07ADE
Complementary color
Monochromatic Colors of #B07ADE
Black with #B07ADE
Text Example
Text Example
White with #B07ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07ADE; }
p { color: rgb(176,122,222); }
H1.HeaderClassName
{
color: #B07ADE;
}
.AnyTagClassName
{
color: #B07ADE;
}
</style>
background-color css
<style>
a { background-color: #B07ADE; }
a { background-color: rgb(176,122,222); }
div.DivClassName
{
background-color: #B07ADE;
}
.BgClassName
{
background-color: #B07ADE;
}
</style>
border-color css
<style>
span { border-color: #B07ADE; }
span { border-color: rgb(176,122,222); }
td.TdClassName
{
border-color: #B07ADE;
}
.TagClassName
{
border-color: #B07ADE;
}
</style>