Shades of Violet Blue #BA65A9
Tints of Violet Blue #BA65A9
RGB
CMYK
RGB Variations
Color information
#BA65A9 (or 0xBA65A9) is known color: Violet Blue. HEX triplet: BA, 65 and A9. RGB value is (186,101,169). Sum of RGB (Red+Green+Blue) = 186+101+169=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65A9 is #459A56. Grayscale: #858585. Windows color (decimal): -4561495 or 11101626. OLE color: 11101626.
HSL color Cylindrical-coordinate representation of color #BA65A9: hue angle of 312º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA65A9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 169 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.27 |
| HSL | 312º | 0.38% | 0.56% | - |
| HSV(B) | 312º | 0.46% | 0.73% | - |
| XYZ | 32.06 | 22.61 | 40.21 | - |
| YUV | 134.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 169 | 0 | 0.46 | 0.09 | 0.27 | 312 | 0.38 | 0.56 |
| Hex | BA | 65 | A9 | 0 | 2E | 9 | 1B | 138 | 26 | 38 |
| Octal | 272 | 145 | 251 | 0 | 56 | 11 | 33 | 470 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10101001 | 0 | 101110 | 1001 | 11011 | 100111000 | 100110 | 111000 |
Color Harmonies of #BA65A9
Complementary color
Monochromatic Colors of #BA65A9
Black with #BA65A9
Text Example
Text Example
White with #BA65A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65A9; }
p { color: rgb(186,101,169); }
H1.HeaderClassName
{
color: #BA65A9;
}
.AnyTagClassName
{
color: #BA65A9;
}
</style>
background-color css
<style>
a { background-color: #BA65A9; }
a { background-color: rgb(186,101,169); }
div.DivClassName
{
background-color: #BA65A9;
}
.BgClassName
{
background-color: #BA65A9;
}
</style>
border-color css
<style>
span { border-color: #BA65A9; }
span { border-color: rgb(186,101,169); }
td.TdClassName
{
border-color: #BA65A9;
}
.TagClassName
{
border-color: #BA65A9;
}
</style>