Shades of Violet Blue #BA66A9
Tints of Violet Blue #BA66A9
RGB
CMYK
RGB Variations
Color information
#BA66A9 (or 0xBA66A9) is known color: Violet Blue. HEX triplet: BA, 66 and A9. RGB value is (186,102,169). Sum of RGB (Red+Green+Blue) = 186+102+169=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66A9 is #459956. Grayscale: #868686. Windows color (decimal): -4561239 or 11101882. OLE color: 11101882.
HSL color Cylindrical-coordinate representation of color #BA66A9: hue angle of 312.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66A9 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 169 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.27 |
| HSL | 312.14º | 0.38% | 0.56% | - |
| HSV(B) | 312.14º | 0.45% | 0.73% | - |
| XYZ | 32.16 | 22.81 | 40.24 | - |
| YUV | 134.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 169 | 0 | 0.45 | 0.09 | 0.27 | 312.14 | 0.38 | 0.56 |
| Hex | BA | 66 | A9 | 0 | 2D | 9 | 1B | 138 | 26 | 38 |
| Octal | 272 | 146 | 251 | 0 | 55 | 11 | 33 | 470 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10101001 | 0 | 101101 | 1001 | 11011 | 100111000 | 100110 | 111000 |
Color Harmonies of #BA66A9
Complementary color
Monochromatic Colors of #BA66A9
Black with #BA66A9
Text Example
Text Example
White with #BA66A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66A9; }
p { color: rgb(186,102,169); }
H1.HeaderClassName
{
color: #BA66A9;
}
.AnyTagClassName
{
color: #BA66A9;
}
</style>
background-color css
<style>
a { background-color: #BA66A9; }
a { background-color: rgb(186,102,169); }
div.DivClassName
{
background-color: #BA66A9;
}
.BgClassName
{
background-color: #BA66A9;
}
</style>
border-color css
<style>
span { border-color: #BA66A9; }
span { border-color: rgb(186,102,169); }
td.TdClassName
{
border-color: #BA66A9;
}
.TagClassName
{
border-color: #BA66A9;
}
</style>