Shades of Violet Blue #BA69AB
Tints of Violet Blue #BA69AB
RGB
CMYK
RGB Variations
Color information
#BA69AB (or 0xBA69AB) is known color: Violet Blue. HEX triplet: BA, 69 and AB. RGB value is (186,105,171). Sum of RGB (Red+Green+Blue) = 186+105+171=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69AB is #459654. Grayscale: #888888. Windows color (decimal): -4560469 or 11233722. OLE color: 11233722.
HSL color Cylindrical-coordinate representation of color #BA69AB: hue angle of 311.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69AB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 171 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.27 |
| HSL | 311.11º | 0.37% | 0.57% | - |
| HSV(B) | 311.11º | 0.44% | 0.73% | - |
| XYZ | 32.65 | 23.48 | 41.34 | - |
| YUV | 136.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 171 | 0 | 0.44 | 0.08 | 0.27 | 311.11 | 0.37 | 0.57 |
| Hex | BA | 69 | AB | 0 | 2C | 8 | 1B | 137 | 25 | 39 |
| Octal | 272 | 151 | 253 | 0 | 54 | 10 | 33 | 467 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10101011 | 0 | 101100 | 1000 | 11011 | 100110111 | 100101 | 111001 |
Color Harmonies of #BA69AB
Complementary color
Monochromatic Colors of #BA69AB
Black with #BA69AB
Text Example
Text Example
White with #BA69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69AB; }
p { color: rgb(186,105,171); }
H1.HeaderClassName
{
color: #BA69AB;
}
.AnyTagClassName
{
color: #BA69AB;
}
</style>
background-color css
<style>
a { background-color: #BA69AB; }
a { background-color: rgb(186,105,171); }
div.DivClassName
{
background-color: #BA69AB;
}
.BgClassName
{
background-color: #BA69AB;
}
</style>
border-color css
<style>
span { border-color: #BA69AB; }
span { border-color: rgb(186,105,171); }
td.TdClassName
{
border-color: #BA69AB;
}
.TagClassName
{
border-color: #BA69AB;
}
</style>