Shades of Violet Blue #BA67A9
Tints of Violet Blue #BA67A9
RGB
CMYK
RGB Variations
Color information
#BA67A9 (or 0xBA67A9) is known color: Violet Blue. HEX triplet: BA, 67 and A9. RGB value is (186,103,169). Sum of RGB (Red+Green+Blue) = 186+103+169=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA67A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA67A9 is #459856. Grayscale: #878787. Windows color (decimal): -4560983 or 11102138. OLE color: 11102138.
HSL color Cylindrical-coordinate representation of color #BA67A9: hue angle of 312.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA67A9 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 169 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.27 |
| HSL | 312.29º | 0.38% | 0.57% | - |
| HSV(B) | 312.29º | 0.45% | 0.73% | - |
| XYZ | 32.26 | 23 | 40.28 | - |
| YUV | 135.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 169 | 0 | 0.45 | 0.09 | 0.27 | 312.29 | 0.38 | 0.57 |
| Hex | BA | 67 | A9 | 0 | 2D | 9 | 1B | 138 | 26 | 39 |
| Octal | 272 | 147 | 251 | 0 | 55 | 11 | 33 | 470 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10101001 | 0 | 101101 | 1001 | 11011 | 100111000 | 100110 | 111001 |
Color Harmonies of #BA67A9
Complementary color
Monochromatic Colors of #BA67A9
Black with #BA67A9
Text Example
Text Example
White with #BA67A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67A9; }
p { color: rgb(186,103,169); }
H1.HeaderClassName
{
color: #BA67A9;
}
.AnyTagClassName
{
color: #BA67A9;
}
</style>
background-color css
<style>
a { background-color: #BA67A9; }
a { background-color: rgb(186,103,169); }
div.DivClassName
{
background-color: #BA67A9;
}
.BgClassName
{
background-color: #BA67A9;
}
</style>
border-color css
<style>
span { border-color: #BA67A9; }
span { border-color: rgb(186,103,169); }
td.TdClassName
{
border-color: #BA67A9;
}
.TagClassName
{
border-color: #BA67A9;
}
</style>