Shades of Violet Blue #BA6AA9
Tints of Violet Blue #BA6AA9
RGB
CMYK
RGB Variations
Color information
#BA6AA9 (or 0xBA6AA9) is known color: Violet Blue. HEX triplet: BA, 6A and A9. RGB value is (186,106,169). Sum of RGB (Red+Green+Blue) = 186+106+169=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AA9 is #459556. Grayscale: #888888. Windows color (decimal): -4560215 or 11102906. OLE color: 11102906.
HSL color Cylindrical-coordinate representation of color #BA6AA9: hue angle of 312.75º degrees, saturation: 0.37, 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 #BA6AA9 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 169 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.27 |
| HSL | 312.75º | 0.37% | 0.57% | - |
| HSV(B) | 312.75º | 0.43% | 0.73% | - |
| XYZ | 32.57 | 23.61 | 40.38 | - |
| YUV | 137.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 169 | 0 | 0.43 | 0.09 | 0.27 | 312.75 | 0.37 | 0.57 |
| Hex | BA | 6A | A9 | 0 | 2B | 9 | 1B | 139 | 25 | 39 |
| Octal | 272 | 152 | 251 | 0 | 53 | 11 | 33 | 471 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10101001 | 0 | 101011 | 1001 | 11011 | 100111001 | 100101 | 111001 |
Color Harmonies of #BA6AA9
Complementary color
Monochromatic Colors of #BA6AA9
Black with #BA6AA9
Text Example
Text Example
White with #BA6AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AA9; }
p { color: rgb(186,106,169); }
H1.HeaderClassName
{
color: #BA6AA9;
}
.AnyTagClassName
{
color: #BA6AA9;
}
</style>
background-color css
<style>
a { background-color: #BA6AA9; }
a { background-color: rgb(186,106,169); }
div.DivClassName
{
background-color: #BA6AA9;
}
.BgClassName
{
background-color: #BA6AA9;
}
</style>
border-color css
<style>
span { border-color: #BA6AA9; }
span { border-color: rgb(186,106,169); }
td.TdClassName
{
border-color: #BA6AA9;
}
.TagClassName
{
border-color: #BA6AA9;
}
</style>