Shades of Amethyst #B07ADA
Tints of Amethyst #B07ADA
RGB
CMYK
RGB Variations
Color information
#B07ADA (or 0xB07ADA) is known color: Amethyst. HEX triplet: B0, 7A and DA. RGB value is (176,122,218). Sum of RGB (Red+Green+Blue) = 176+122+218=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B07ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ADA is #4F8525. Grayscale: #949494. Windows color (decimal): -5211430 or 14318256. OLE color: 14318256.
HSL color Cylindrical-coordinate representation of color #B07ADA: hue angle of 273.75º 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 #B07ADA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 122 | 218 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.15 |
| HSL | 273.75º | 0.56% | 0.67% | - |
| HSV(B) | 273.75º | 0.44% | 0.85% | - |
| XYZ | 37.52 | 28.21 | 69.8 | - |
| YUV | 149.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 218 | 0.19 | 0.44 | 0 | 0.15 | 273.75 | 0.56 | 0.67 |
| Hex | B0 | 7A | DA | 13 | 2C | 0 | F | 112 | 38 | 43 |
| Octal | 260 | 172 | 332 | 23 | 54 | 0 | 17 | 422 | 70 | 103 |
| Binary | 10110000 | 1111010 | 11011010 | 10011 | 101100 | 0 | 1111 | 100010010 | 111000 | 1000011 |
Color Harmonies of #B07ADA
Complementary color
Monochromatic Colors of #B07ADA
Black with #B07ADA
Text Example
Text Example
White with #B07ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07ADA; }
p { color: rgb(176,122,218); }
H1.HeaderClassName
{
color: #B07ADA;
}
.AnyTagClassName
{
color: #B07ADA;
}
</style>
background-color css
<style>
a { background-color: #B07ADA; }
a { background-color: rgb(176,122,218); }
div.DivClassName
{
background-color: #B07ADA;
}
.BgClassName
{
background-color: #B07ADA;
}
</style>
border-color css
<style>
span { border-color: #B07ADA; }
span { border-color: rgb(176,122,218); }
td.TdClassName
{
border-color: #B07ADA;
}
.TagClassName
{
border-color: #B07ADA;
}
</style>