#BA6AAB

Color #BA6AAB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #BA6AAB

Tints of Violet Blue #BA6AAB

Color information

#BA6AAB (or 0xBA6AAB) is unknown color: approx Violet Blue. HEX triplet: BA, 6A and AB. RGB value is (186,106,171). Sum of RGB (Red+Green+Blue) = 186+106+171=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AAB is #459554. Grayscale: #898989. Windows color (decimal): -4560213 or 11233978. OLE color: 11233978.

HSL color Cylindrical-coordinate representation of color #BA6AAB: hue angle of 311.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6AAB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186106171-
CMYK00.430.080.27
HSL311.25º36.7%57.25%-
HSV(B)311.25º43.01%72.94%-
XYZ32.7523.6941.37-
YUV137.33147162.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=40.17%
G=22.89%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610617100.430.080.27311.2536.757.25
HexBA6AAB02B81B1372539
Octal27215225305310334674571
Binary101110101101010101010110101011100011011100110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6AAB; }

 p { color: rgb(186,106,171); }

 H1.HeaderClassName
 {
   color: #BA6AAB;
 }
 .AnyTagClassName
 {
   color: #BA6AAB;
 }
</style>
background-color css

<style>
 a { background-color: #BA6AAB; }

 a { background-color: rgb(186,106,171); }

 div.DivClassName
 {
   background-color: #BA6AAB;
 }
 .BgClassName
 {
   background-color: #BA6AAB;
 }
</style>
border-color css

<style>
 span { border-color: #BA6AAB; }

 span { border-color: rgb(186,106,171); }

 td.TdClassName
 {
   border-color: #BA6AAB;
 }
 .TagClassName
 {
   border-color: #BA6AAB;
 }
</style>