#BA69A9

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

Shades of Violet Blue #BA69A9

Tints of Violet Blue #BA69A9

Color information

#BA69A9 (or 0xBA69A9) is unknown color: approx Violet Blue. HEX triplet: BA, 69 and A9. RGB value is (186,105,169). Sum of RGB (Red+Green+Blue) = 186+105+169=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A9 is #459656. Grayscale: #888888. Windows color (decimal): -4560471 or 11102650. OLE color: 11102650.

HSL color Cylindrical-coordinate representation of color #BA69A9: hue angle of 312.59º 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 #BA69A9 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186105169-
CMYK00.440.090.27
HSL312.59º36.99%57.06%-
HSV(B)312.59º43.55%72.94%-
XYZ32.4623.4140.34-
YUV136.51146.34163.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=40.43%
G=22.83%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610516900.440.090.27312.5936.9957.06
HexBA69A902C91B1392539
Octal27215125105411334714571
Binary101110101101001101010010101100100111011100111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69A9; }

 p { color: rgb(186,105,169); }

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

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

 a { background-color: rgb(186,105,169); }

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

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

 span { border-color: rgb(186,105,169); }

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