Shades of Violet Blue #B969AA
Tints of Violet Blue #B969AA
RGB
CMYK
RGB Variations
Color information
#B969AA (or 0xB969AA) is known color: Violet Blue. HEX triplet: B9, 69 and AA. RGB value is (185,105,170). Sum of RGB (Red+Green+Blue) = 185+105+170=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B969AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969AA is #469655. Grayscale: #888888. Windows color (decimal): -4626006 or 11168185. OLE color: 11168185.
HSL color Cylindrical-coordinate representation of color #B969AA: hue angle of 311.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B969AA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 170 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.27 |
| HSL | 311.25º | 0.36% | 0.57% | - |
| HSV(B) | 311.25º | 0.43% | 0.73% | - |
| XYZ | 32.31 | 23.32 | 40.83 | - |
| YUV | 136.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 170 | 0 | 0.43 | 0.08 | 0.27 | 311.25 | 0.36 | 0.57 |
| Hex | B9 | 69 | AA | 0 | 2B | 8 | 1B | 137 | 24 | 39 |
| Octal | 271 | 151 | 252 | 0 | 53 | 10 | 33 | 467 | 44 | 71 |
| Binary | 10111001 | 1101001 | 10101010 | 0 | 101011 | 1000 | 11011 | 100110111 | 100100 | 111001 |
Color Harmonies of #B969AA
Complementary color
Monochromatic Colors of #B969AA
Black with #B969AA
Text Example
Text Example
White with #B969AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B969AA; }
p { color: rgb(185,105,170); }
H1.HeaderClassName
{
color: #B969AA;
}
.AnyTagClassName
{
color: #B969AA;
}
</style>
background-color css
<style>
a { background-color: #B969AA; }
a { background-color: rgb(185,105,170); }
div.DivClassName
{
background-color: #B969AA;
}
.BgClassName
{
background-color: #B969AA;
}
</style>
border-color css
<style>
span { border-color: #B969AA; }
span { border-color: rgb(185,105,170); }
td.TdClassName
{
border-color: #B969AA;
}
.TagClassName
{
border-color: #B969AA;
}
</style>