#BA66A9

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

Shades of Violet Blue #BA66A9

Tints of Violet Blue #BA66A9

Color information

#BA66A9 (or 0xBA66A9) is unknown color: approx 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

RGB186102169-
CMYK00.450.090.27
HSL312.14º37.84%56.47%-
HSV(B)312.14º45.16%72.94%-
XYZ32.1622.8140.24-
YUV134.75147.33164.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=40.70%
G=22.32%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610216900.450.090.27312.1437.8456.47
HexBA66A902D91B1382638
Octal27214625105511334704670
Binary101110101100110101010010101101100111011100111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>