Shades of Violet Blue #BA60A6
Tints of Violet Blue #BA60A6
RGB
CMYK
RGB Variations
Color information
#BA60A6 (or 0xBA60A6) is known color: Violet Blue. HEX triplet: BA, 60 and A6. RGB value is (186,96,166). Sum of RGB (Red+Green+Blue) = 186+96+166=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60A6 is #459F59. Grayscale: #828282. Windows color (decimal): -4562778 or 10903738. OLE color: 10903738.
HSL color Cylindrical-coordinate representation of color #BA60A6: hue angle of 313.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA60A6 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 166 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.27 |
| HSL | 313.33º | 0.39% | 0.55% | - |
| HSV(B) | 313.33º | 0.48% | 0.73% | - |
| XYZ | 31.32 | 21.56 | 38.59 | - |
| YUV | 130.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 166 | 0 | 0.48 | 0.11 | 0.27 | 313.33 | 0.39 | 0.55 |
| Hex | BA | 60 | A6 | 0 | 30 | B | 1B | 139 | 27 | 37 |
| Octal | 272 | 140 | 246 | 0 | 60 | 13 | 33 | 471 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10100110 | 0 | 110000 | 1011 | 11011 | 100111001 | 100111 | 110111 |
Color Harmonies of #BA60A6
Complementary color
Monochromatic Colors of #BA60A6
Black with #BA60A6
Text Example
Text Example
White with #BA60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60A6; }
p { color: rgb(186,96,166); }
H1.HeaderClassName
{
color: #BA60A6;
}
.AnyTagClassName
{
color: #BA60A6;
}
</style>
background-color css
<style>
a { background-color: #BA60A6; }
a { background-color: rgb(186,96,166); }
div.DivClassName
{
background-color: #BA60A6;
}
.BgClassName
{
background-color: #BA60A6;
}
</style>
border-color css
<style>
span { border-color: #BA60A6; }
span { border-color: rgb(186,96,166); }
td.TdClassName
{
border-color: #BA60A6;
}
.TagClassName
{
border-color: #BA60A6;
}
</style>