Shades of Violet Blue #B967AA
Tints of Violet Blue #B967AA
RGB
CMYK
RGB Variations
Color information
#B967AA (or 0xB967AA) is known color: Violet Blue. HEX triplet: B9, 67 and AA. RGB value is (185,103,170). Sum of RGB (Red+Green+Blue) = 185+103+170=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B967AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B967AA is #469855. Grayscale: #868686. Windows color (decimal): -4626518 or 11167673. OLE color: 11167673.
HSL color Cylindrical-coordinate representation of color #B967AA: hue angle of 310.98º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B967AA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 170 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.27 |
| HSL | 310.98º | 0.37% | 0.56% | - |
| HSV(B) | 310.98º | 0.44% | 0.73% | - |
| XYZ | 32.11 | 22.92 | 40.76 | - |
| YUV | 135.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 170 | 0 | 0.44 | 0.08 | 0.27 | 310.98 | 0.37 | 0.56 |
| Hex | B9 | 67 | AA | 0 | 2C | 8 | 1B | 137 | 25 | 38 |
| Octal | 271 | 147 | 252 | 0 | 54 | 10 | 33 | 467 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10101010 | 0 | 101100 | 1000 | 11011 | 100110111 | 100101 | 111000 |
Color Harmonies of #B967AA
Complementary color
Monochromatic Colors of #B967AA
Black with #B967AA
Text Example
Text Example
White with #B967AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967AA; }
p { color: rgb(185,103,170); }
H1.HeaderClassName
{
color: #B967AA;
}
.AnyTagClassName
{
color: #B967AA;
}
</style>
background-color css
<style>
a { background-color: #B967AA; }
a { background-color: rgb(185,103,170); }
div.DivClassName
{
background-color: #B967AA;
}
.BgClassName
{
background-color: #B967AA;
}
</style>
border-color css
<style>
span { border-color: #B967AA; }
span { border-color: rgb(185,103,170); }
td.TdClassName
{
border-color: #B967AA;
}
.TagClassName
{
border-color: #B967AA;
}
</style>